diff options
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index d87ec90f4..c03e2939a 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 |