summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-09 04:54:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-09 04:54:23 +0000
commit65d8e81ce79f6a84cc51584bdb42d25c5b060f20 (patch)
tree67efd96980b04d0867c6389e4e00edc7dd351e08 /src/system.h
parent33a5790031b709b083fb00cdcaae1dd139c59d8a (diff)
downloadcoreutils-65d8e81ce79f6a84cc51584bdb42d25c5b060f20.tar.xz
(RETSIGTYPE): Remove; no longer needed. All uses replaced with void.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h4
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>