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

Provide _NSIG, kernel_sigset_t, and kernel_sigaction #51

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

sunfishcode
Copy link
Owner

See the comments in gen/modules/general.h for details, but in short, the definitions of NSIG, sigset_t, and sigaction provided by the Linux headers don't match what's used by the rt_sigaction system call, so define versions that do.

See the comments in gen/modules/general.h for details, but in short, the
definitions of `NSIG`, `sigset_t`, and `sigaction` provided by the Linux
headers don't match what's used by the `rt_sigaction` system call, so
define versions that do.
@sunfishcode sunfishcode merged commit 527beaa into main Apr 19, 2023
@sunfishcode sunfishcode deleted the sunfishcode/kernel-sigaction branch April 19, 2023 19:14
sunfishcode added a commit to bytecodealliance/rustix that referenced this pull request Apr 19, 2023
Migrate the signal-handling code to use the new kernel types defined
in sunfishcode/linux-raw-sys#51.
sunfishcode added a commit to bytecodealliance/rustix that referenced this pull request Apr 19, 2023
)

Migrate the signal-handling code to use the new kernel types defined
in sunfishcode/linux-raw-sys#51.
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