From 635f3167091b5f7419cef9b24810f24269f40a37 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 13:27:49 -0500 Subject: update standards and safety --- src/setjmp/sigjmp_buf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/setjmp/sigjmp_buf.c') 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 /** program environment with signal mask **/ @@ -12,9 +10,7 @@ environment, including the signal mask. ***/ /* +SIGNAL_SAFE(0) TYPEDEF(an array type) POSIX(1) */ - - -#endif -- cgit v1.2.1