summaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-04 19:16:21 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-04 19:16:21 +0000
commitdc267123a3d9e06cef278bb696dc7e6583f2b58e (patch)
tree60f2e2f979875ee3e002c633dfff629ba88c8a4b /gcc/system.h
parent10380b06f30596ce0ec504d488c550e332604af7 (diff)
downloadgcc-dc267123a3d9e06cef278bb696dc7e6583f2b58e.tar.gz
* system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33681 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 91ef56ed345..0e2b6aaa740 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -164,9 +164,7 @@ extern int fputs_unlocked PARAMS ((const char *, FILE *));
#define TARGET_ESC 033
#endif
-#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
-#endif
#include <errno.h>