Switch from using RETSIGTYPE via autoconf to void.
[mmh] / h / signals.h
index d805d19..b8f0865 100644 (file)
@@ -7,7 +7,7 @@
 /*
 ** The type for a signal handler
 */
-typedef RETSIGTYPE (*SIGNAL_HANDLER)(int);
+typedef void (*SIGNAL_HANDLER)(int);
 
 /*
 ** If not a POSIX machine, then we create our