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>