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