]> git.lizzy.rs Git - rust.git/commit
auto merge of #5761 : Dretch/rust/murder-death-kill, r=thestinger
authorbors <bors@rust-lang.org>
Sat, 13 Apr 2013 12:00:57 +0000 (05:00 -0700)
committerbors <bors@rust-lang.org>
Sat, 13 Apr 2013 12:00:57 +0000 (05:00 -0700)
commite2d5cebe32c0b1fae7f612a16a9e7b62ed740660
treeb96d36235e174212434135a84b765e8894328817
parentd57aaae02525f6e3c7a051fed94966dbbad5e7cf
parent995d44416b203b5b3ba619250ff8effdcf205049
auto merge of #5761 : Dretch/rust/murder-death-kill, r=thestinger

As proposed in issue #5632.

I added some new stuff to libc - hopefully correctly. I only added a single signal constant (SIGKILL) because adding more seems complicated by differences between platforms - and since it is not required for issue #5632 then I figure that I can use a further pull request to flesh out the SIG* constants more.