summaryrefslogtreecommitdiff
path: root/src/sys/wait/WIFSIGNALED.c
blob: cc99a98a17b5960404e58d9869b5e6e2f0be336b (plain)
1
2
3
4
5
6
#include <sys/wait.h>

#define WIFSIGNALED                                                            3
/*
POSIX(1)
*/