summaryrefslogtreecommitdiffstats
path: root/src/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index d87ec90f48..c03e2939a2 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -98,6 +98,8 @@
# define SIGDUMMYARG
#endif
+typedef void (*sighandler_T) SIGPROTOARG;
+
#ifdef HAVE_DIRENT_H
# include <dirent.h>
# ifndef NAMLEN