]> git.lizzy.rs Git - rust.git/commit
Flesh out the SIG* constants: this adds all the posix signal
authorgareth <gareth@gareth-N56VM.(none)>
Sun, 14 Apr 2013 13:08:22 +0000 (14:08 +0100)
committergareth <gareth@gareth-N56VM.(none)>
Sun, 14 Apr 2013 13:08:22 +0000 (14:08 +0100)
commit6994340ca0ff75fd9fcef7defed8c5bfd7cab448
tree49b623511b0a2bb2d99de73022a55f53fa594d3a
parente2d5cebe32c0b1fae7f612a16a9e7b62ed740660
Flesh out the SIG* constants: 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.
src/libcore/libc.rs