diff options
Diffstat (limited to 'src/setjmp/sigjmp_buf.c')
| -rw-r--r-- | src/setjmp/sigjmp_buf.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/setjmp/sigjmp_buf.c b/src/setjmp/sigjmp_buf.c deleted file mode 100644 index 54358117..00000000 --- a/src/setjmp/sigjmp_buf.c +++ /dev/null @@ -1,16 +0,0 @@ -#include <setjmp.h> - -/** program environment with signal mask **/ - -typedef jmp_buf sigjmp_buf; - -/*** -is used to hold all the information needed to restore a a calling -environment, including the signal mask. -***/ - -/* -SIGNAL_SAFE(0) -TYPEDEF(an array type) -POSIX(1) -*/ |
