Skip to content

The invoke_default_handler function #81

@vorner

Description

@vorner

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions