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 padding to sigaction for non-SA_RESTORER platforms. #54

Closed
wants to merge 1 commit into from

Conversation

sunfishcode
Copy link
Owner

When SA_RESTORER isn't defined, sigaction has a padding field at the end.

When `SA_RESTORER` isn't defined, `sigaction` has a padding field at
the end.
@sunfishcode
Copy link
Owner Author

Actually, it looks like musl defines k_sigaction this way, but in Linux, k_sigaction isn't what the rt_sigaction syscall takes, so let's leave this as is.

@sunfishcode sunfishcode deleted the sunfishcode/sa_restorer_padding branch April 27, 2023 16:33
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.

1 participant