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