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 signalfd support #1003

Open
SUPERCILEX opened this issue Jan 28, 2024 · 1 comment
Open

Add signalfd support #1003

SUPERCILEX opened this issue Jan 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SUPERCILEX
Copy link
Contributor

See https://man7.org/linux/man-pages/man2/signalfd.2.html

@zopsicle
Copy link

zopsicle commented Apr 2, 2024

For signalfd to be useful, pthread_sigmask with an argument of SIG_BLOCK should also be exposed. This is necessary, for instance, to handle SIGTERM using signalfd.

@sunfishcode sunfishcode added the enhancement New feature or request label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants