]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41054 - anatol:master, r=alexcrichton
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Wed, 5 Apr 2017 23:01:12 +0000 (23:01 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 23:01:12 +0000 (23:01 +0000)
commitfa0f1027d1e522d6c3fea35ab31c3ec282f162ac
tree3731946999e374ec27941adfc9f3275d444aedd4
parenta69fcfaecfc4c8bfa25621a77f73aade95aea4b4
parent6132fb83b45cc9c519c2fee29e497460db06ba2a
Rollup merge of #41054 - anatol:master, r=alexcrichton

Replace magic number with readable sig constant

SIG_ERR is defined as 'pub const SIG_ERR: sighandler_t = !0 as sighandler_t;'