fix signed and unsigned comparision in macros in public headers
authorSzabolcs Nagy <nsz@port70.net>
Tue, 11 Feb 2014 09:51:16 +0000 (10:51 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Tue, 11 Feb 2014 09:51:16 +0000 (10:51 +0100)
commitaa6ce3d4e31e6e138a8fa5911d801ebc5ab47473
treea8a9948658fff295d374ad2822d65cc4fc5c1d9d
parentfdf5f1b13123883ac1d5e298e5f32c7ed43578ce
fix signed and unsigned comparision in macros in public headers

gcc -Wsign-compare warns about expanded macros that were defined in
standard headers (before gcc 4.8) which can make builds fail that
use -Werror. changed macros: WIFSIGNALED, __CPU_op_S
include/sched.h
include/stdlib.h
include/sys/wait.h