From f87b7c2ebccd056a26b238665e06e4981cab3e07 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 5 Jan 2016 21:57:30 +0100 Subject: remove SIGVAL macro --- include/dm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/dm.h') diff --git a/include/dm.h b/include/dm.h index a524bd9..cdb214f 100644 --- a/include/dm.h +++ b/include/dm.h @@ -357,14 +357,12 @@ extern void WaitForChild (void); # include -# define SIGVAL RETSIGTYPE - # define Setjmp(e) sigsetjmp(e,1) # define Longjmp(e,v) siglongjmp(e,v) # define Jmp_buf sigjmp_buf -typedef SIGVAL (*SIGFUNC)(int); +typedef void (*SIGFUNC)(int); #endif /* _DM_H_ */ -- cgit v1.2.3