Skip to content

Conversation

@Dretch
Copy link
Contributor

@Dretch Dretch commented Apr 14, 2013

This is a follow-up to #5761. Its purpose is to make core::libc more consistent - it currently only defines SIGKILL and SIGTERM, because they are the only values that happen to be needed by libcore.

This adds all the posix signal value constants, except for those that have different values on different architectures.

The output of the command man 7 signal was used to compile these signal values.

value constants, except for those that have different values
on different architectures.

The output of the command `man 7 signal` was used to
compile these signal values.
bors added a commit that referenced this pull request Apr 14, 2013
This is a follow-up to #5761. Its purpose is to make core::libc more consistent - it currently only defines SIGKILL and SIGTERM, because they are the only values that happen to be needed by libcore.

This adds all the posix signal value constants, except for those that have different values on different architectures.

The output of the command `man 7 signal` was used to compile these signal values.
@bors bors closed this Apr 14, 2013
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.

2 participants