From 40e2986d3d196855bba3836a60a482fd3a0f73a8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 17:07:29 -0500 Subject: remove posix and xopen specific functions --- src/setjmp/sigjmp_buf.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/setjmp/sigjmp_buf.c (limited to 'src/setjmp/sigjmp_buf.c') 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 - -/** 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) -*/ -- cgit v1.2.1