diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-09 04:54:23 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-09 04:54:23 +0000 |
commit | 65d8e81ce79f6a84cc51584bdb42d25c5b060f20 (patch) | |
tree | 67efd96980b04d0867c6389e4e00edc7dd351e08 /src | |
parent | 33a5790031b709b083fb00cdcaae1dd139c59d8a (diff) | |
download | coreutils-65d8e81ce79f6a84cc51584bdb42d25c5b060f20.tar.xz |
(RETSIGTYPE): Remove; no longer needed. All uses replaced with void.
Diffstat (limited to 'src')
-rw-r--r-- | src/system.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h index d4d0218f0..ef121a503 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 <io.h> |