OSDN Git Service

Be more careful when including <time.h> and <sys/file.h> in system.h.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 1998 07:58:27 +0000 (07:58 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 1998 07:58:27 +0000 (07:58 +0000)
commitf11c33a202dac746b9e8f990bce94fd4eac6f8f3
tree1748b8dd9d2d201890a31a8e3a9e2446497db5d4
parent20bb4d1bc2b852826daca880469ffda8271af391
Be more careful when including <time.h> and <sys/file.h> in system.h.
Consolidate O_RDONLY/O_WRONLY fallback definitions from various files
into system.h.
        * system.h: Wrap time.h and sys/file.h in autoconf checks.
        Provide default definitions for O_RDONLY and O_WRONLY here.
        * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19571 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cccp.c
gcc/cpplib.c
gcc/fix-header.c
gcc/gcc.c
gcc/protoize.c
gcc/system.h