aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1994-10-05 05:39:47 +0000
committerRoland McGrath <roland@gcc.gnu.org>1994-10-05 05:39:47 +0000
commit90768f280ec9f2aafc201059e1bec29dd8043bf8 (patch)
tree09de1455fbd793d98c348b5296b0e0495821ed9f
parentcc5e3be179a0e46055cad89422362956af81b720 (diff)
downloadgcc-90768f280ec9f2aafc201059e1bec29dd8043bf8.zip
gcc-90768f280ec9f2aafc201059e1bec29dd8043bf8.tar.gz
gcc-90768f280ec9f2aafc201059e1bec29dd8043bf8.tar.bz2
Move #include <fcntl.h> out of here, into xm-gnu.h.
From-SVN: r8220
-rw-r--r--gcc/config/i386/gnu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h
index a9790a6..a4bb67a 100644
--- a/gcc/config/i386/gnu.h
+++ b/gcc/config/i386/gnu.h
@@ -15,7 +15,3 @@
/* Don't default to pcc-struct-return, because gcc is the only compiler, and
we want to retain compatibility with older gcc versions. */
#define DEFAULT_PCC_STRUCT_RETURN 0
-
-/* Get a definition of O_RDONLY; some of the GCC files don't include this
- properly and will define it themselves to be zero. */
-#include <fcntl.h>