]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(RETSIGTYPE): Remove; no longer needed. All uses replaced with void.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2005 04:54:23 +0000 (04:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2005 04:54:23 +0000 (04:54 +0000)
src/system.h

index d4d0218f0e0eae39bf13ad7fdaa8e12591348bf5..ef121a503947c8ccde8ef2e01eb2f271a5d5644b 100644 (file)
@@ -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 <io.h>