summaryrefslogtreecommitdiff
path: root/setup_once.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup_once.h')
-rw-r--r--setup_once.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup_once.h b/setup_once.h
index 23d75ca..7c22b2a 100644
--- a/setup_once.h
+++ b/setup_once.h
@@ -133,5 +133,14 @@ typedef int sig_atomic_t;
#endif
+/*
+ * Default return type for signal handlers.
+ */
+
+#ifndef RETSIGTYPE
+#define RETSIGTYPE void
+#endif
+
+
#endif /* __SETUP_ONCE_H */