From 13e2f5f971eeaa7b342baeaee55ff52b089ac881 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 19 Feb 2010 11:27:56 +0100 Subject: libreplace: Remove the obsolete signal type cast. AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int. --- lib/replace/system/wait.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/replace/system') diff --git a/lib/replace/system/wait.h b/lib/replace/system/wait.h index 79583ad2ab..41db1806a5 100644 --- a/lib/replace/system/wait.h +++ b/lib/replace/system/wait.h @@ -36,10 +36,6 @@ #define SIGCLD SIGCHLD #endif -#ifndef SIGNAL_CAST -#define SIGNAL_CAST (RETSIGTYPE (*)(int)) -#endif - #ifdef HAVE_SETJMP_H #include #endif -- cgit