OSDN Git Service

fix issues with wait constants in stdlib.h
authorRich Felker <dalias@aerifal.cx>
Sun, 21 Oct 2012 23:15:11 +0000 (19:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 21 Oct 2012 23:15:11 +0000 (19:15 -0400)
commit4eb4844b31906e1f8d4a1a1ff7a5c94e1083661f
tree02cd8d75a3e502663de608ebd02880a8557069fd
parent31a55f233b313030a787240b76c06f2d08cde29f
fix issues with wait constants in stdlib.h

the W* namespace is not reserved, so the nonstandard ones must be
moved under extension features. also WNOHANG and WUNTRACED were
missing.
include/stdlib.h
include/sys/wait.h