Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing include for raise(3) #4397

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

botovq
Copy link
Contributor

@botovq botovq commented Oct 25, 2023

If SIGTRAP is defined, this file may end up using raise(3), which is defined in csignal, leading to a compilation failure on at least OpenBSD/sparc64 with gcc 8.

If SIGTRAP is defined, this file may end up using raise(3), which is
defined in csignal, leading to a compilation failure on at least
OpenBSD/sparc64 with gcc 8.
bob-beck pushed a commit to openbsd/ports that referenced this pull request Oct 25, 2023
bob-beck pushed a commit to openbsd/ports that referenced this pull request Oct 25, 2023
@dinord dinord self-assigned this Oct 30, 2023
@copybara-service copybara-service bot merged commit b10fad3 into google:main Oct 30, 2023
1 check passed
@botovq botovq deleted the raise branch November 21, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants