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

The invoke_default_handler function #81

Open
vorner opened this issue Jan 3, 2021 · 0 comments
Open

The invoke_default_handler function #81

vorner opened this issue Jan 3, 2021 · 0 comments

Comments

@vorner
Copy link
Owner

vorner commented Jan 3, 2021

The current documentation states how one could emulate the individual default signal handlers. This works, but is a bit unergonomic.

The idea is to provide a wrapper function that takes a signal number, looks up what its default handler would be and invokes emulation of that one.

❓ We don't necessarily know about all possible signals on the given platform (some platforms have a bit more of them, someone might even have custom-patched kernel to add something more). What should the function do with these? Ignore? Return an error?

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

No branches or pull requests

1 participant