system.c
来自「一个C源代码分析器」· C语言 代码 · 共 11 行
C
11 行
/* SCO has a bug where `waitpid' will never return if SIGCHLD is blocked. They have acknowledged that this is a bug but I have not seen nor heard of any forthcoming fix. */#define WAITPID_CANNOT_BLOCK_SIGCHLD/* SCO 3.2v4 does have `waitpid'. Avoid unix/system.c, which says we don't. */#include <sysdeps/posix/system.c>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?