OSDN Git Service

Move #include <fcntl.h> out of here, into xm-gnu.h.
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 1994 05:39:47 +0000 (05:39 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 1994 05:39:47 +0000 (05:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8220 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/gnu.h

index a9790a6..a4bb67a 100644 (file)
@@ -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>