summaryrefslogtreecommitdiffstats
path: root/gcc/system.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-28 06:11:54 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-28 06:11:54 +0000
commit6ea4b6a818aa50e62647e44f3fe8d2a99de2533a (patch)
tree2b0b7ccf235ff71c86f7e6a6deb96f4ecad5d792 /gcc/system.h
parentc23a8f9291799be1da0f4ae2395fd772e013dbf9 (diff)
downloadppe42-gcc-6ea4b6a818aa50e62647e44f3fe8d2a99de2533a.tar.gz
ppe42-gcc-6ea4b6a818aa50e62647e44f3fe8d2a99de2533a.zip
I've backed out of including stat.h via system.h because stat.h can
define static functions (eg on x86 svr4 according to jfc@mit.edu) causing code bloat. * system.h: Remove sys/stat.h. * gcc.c: Add sys/stat.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18289 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index ef3ee49a8c5..6e8548ee537 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -69,7 +69,6 @@
#include <sys/types.h>
-#include <sys/stat.h>
#include <errno.h>
#ifndef errno
OpenPOWER on IntegriCloud