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