OSDN Git Service

* system.h (STDIN_FILENO): Provide default definition if one is not
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Mar 1999 23:35:34 +0000 (23:35 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Mar 1999 23:35:34 +0000 (23:35 +0000)
commit3b77470946ea3b5c2fa2e8581b0077d25b36c1a0
tree479786bd47a0234a2321c522b6d2deb3274a26b5
parent4c1dda4b9963371df61109e81d3bbef7c0750002
    * system.h (STDIN_FILENO): Provide default definition if one is not
        provided by the system header files.
        (STDOUT_FILENO, STDERR_FILENO): Likewise.
        * i386/xm-djgpp.h (COLLECT2_HOST_INITIALIZATION): New macro.
        * collect2.c (main): Use it.
        (pexecute_pid): New variable. Holds return value from call to pexecute.
        (collect2_execute): Rework to use pexecute instead of fork.
        (collect2_wait): Use pwait() instead of wait().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25960 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/collect2.c
gcc/config/i386/xm-djgpp.h
gcc/system.h