summaryrefslogtreecommitdiff
path: root/src/setjmp/sigjmp_buf.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 13:27:49 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 13:27:49 -0500
commit635f3167091b5f7419cef9b24810f24269f40a37 (patch)
treeaae4edbab58abc6034fe46b7527ebfdc7ef5179d /src/setjmp/sigjmp_buf.c
parent371913c93cc3ffc4dd0a4a18bc0f3021f0ec05db (diff)
update standards and safety
Diffstat (limited to 'src/setjmp/sigjmp_buf.c')
-rw-r--r--src/setjmp/sigjmp_buf.c6
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