Switch from using RETSIGTYPE via autoconf to void, since POSIX says that's
[mmh] / h / signals.h
index 6858dff..905b811 100644 (file)
@@ -10,7 +10,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