2006-01-08 Roland McGrath <roland@redhat.com>
[glibc-ports.git] / sysdeps / unix / sysv / sco3.2.4 / system.c
blob06dc066b88e1de2a2dab7a71b2a6dc6d56dcf6f7
1 /* SCO has a bug where `waitpid' will never return if SIGCHLD is blocked.
2 They have acknowledged that this is a bug but I have not seen nor heard
3 of any forthcoming fix. */
5 #define WAITPID_CANNOT_BLOCK_SIGCHLD
7 /* SCO 3.2v4 does have `waitpid'.
8 Avoid unix/system.c, which says we don't. */
10 #include <sysdeps/posix/system.c>