diff options
Diffstat (limited to 'src/signal/SIG_IGN.h')
| -rw-r--r-- | src/signal/SIG_IGN.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/signal/SIG_IGN.h b/src/signal/SIG_IGN.h new file mode 100644 index 00000000..ad229f0d --- /dev/null +++ b/src/signal/SIG_IGN.h @@ -0,0 +1,12 @@ +#define SIG_IGN ((void(*)(int))-3) + +/** ignore signal **/ + +/*** +can be used as the ARGUMENT(func) argument in a call to FUNCTION(signal) to +ignore the specified signal. +***/ + +/* +STDC(1) +*/ |
