diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-11-06 13:37:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:36 +0200 |
commit | 1d69fafbb7d6ad7c6820bbe39e8c25728489233a (patch) | |
tree | f3c8689ddd649cd1134a3253426d28583b4cf100 | |
parent | 9e7e0077341d4ef42d69126dfcabb39ce9503373 (diff) |
Good bye <setjmp.h> and associated definitions.
-rw-r--r-- | include/dm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/dm.h b/include/dm.h index 05b336a..4a107b2 100644 --- a/include/dm.h +++ b/include/dm.h @@ -49,7 +49,6 @@ from The Open Group. # include <X11/Xauth.h> # include <X11/Intrinsic.h> -# include <setjmp.h> # include <limits.h> # include <time.h> # define Time_t time_t @@ -320,11 +319,6 @@ extern void WaitForChild (void); # include <stdlib.h> -# define Setjmp(e) sigsetjmp(e,1) -# define Longjmp(e,v) siglongjmp(e,v) -# define Jmp_buf sigjmp_buf - - typedef void (*SIGFUNC)(int); |