From: Paul Eggert Date: Sat, 9 Apr 2005 04:54:23 +0000 (+0000) Subject: (RETSIGTYPE): Remove; no longer needed. All uses replaced with void. X-Git-Tag: CPPI-1_12~1080 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65d8e81ce79f6a84cc51584bdb42d25c5b060f20;p=thirdparty%2Fcoreutils.git (RETSIGTYPE): Remove; no longer needed. All uses replaced with void. --- diff --git a/src/system.h b/src/system.h index d4d0218f0e..ef121a5039 100644 --- a/src/system.h +++ b/src/system.h @@ -352,10 +352,6 @@ initialize_exit_failure (int status) #include "timespec.h" -#ifndef RETSIGTYPE -# define RETSIGTYPE void -#endif - #ifdef __DJGPP__ /* We need the declaration of setmode. */ # include