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