diff options
Diffstat (limited to 'src/setjmp/sigjmp_buf.c')
| -rw-r--r-- | src/setjmp/sigjmp_buf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/setjmp/sigjmp_buf.c b/src/setjmp/sigjmp_buf.c index a79c9f9b..54358117 100644 --- a/src/setjmp/sigjmp_buf.c +++ b/src/setjmp/sigjmp_buf.c @@ -1,5 +1,3 @@ -#if 0 - #include <setjmp.h> /** program environment with signal mask **/ @@ -12,9 +10,7 @@ environment, including the signal mask. ***/ /* +SIGNAL_SAFE(0) TYPEDEF(an array type) POSIX(1) */ - - -#endif |
