summaryrefslogtreecommitdiff
path: root/include/dm.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2016-01-05 21:57:30 +0100
committerMatthieu Herrb <matthieu@herrb.eu>2016-09-03 21:43:07 +0200
commitf87b7c2ebccd056a26b238665e06e4981cab3e07 (patch)
treec01fc801017edc512a76469e8344a71314fcdc4b /include/dm.h
parent0537f1348cec6490473a7eaebcd55dfff426db2f (diff)
remove SIGVAL macro
Diffstat (limited to 'include/dm.h')
-rw-r--r--include/dm.h4
1 files changed, 1 insertions, 3 deletions
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 <stdlib.h>
-# 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_ */