diff options
Diffstat (limited to 'src/sys/wait/WSTOPSIG.h')
-rw-r--r-- | src/sys/wait/WSTOPSIG.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys/wait/WSTOPSIG.h b/src/sys/wait/WSTOPSIG.h new file mode 100644 index 00000000..467729e4 --- /dev/null +++ b/src/sys/wait/WSTOPSIG.h @@ -0,0 +1,5 @@ +#include <sys/wait.h> +#define WSTOPSIG(__stat_val) (__stat_val & 0xff) +/* +POSIX(1) +*/ |