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