re PR bootstrap/17832 (Bootstrap broken by fixincludes failures)
authorAaron W. LaFramboise <aaronavay62@aaronwl.com>
Wed, 20 Oct 2004 08:21:09 +0000 (02:21 -0600)
committerAaron W. LaFramboise <aaronwl@gcc.gnu.org>
Wed, 20 Oct 2004 08:21:09 +0000 (02:21 -0600)
commitf4a8f2791cdea5aa417884db3e7da0310babc848
treeb61be9e61931a736e008e95859adbf4a9d604d94
parentd65c67104ff031bc0cfb067af4959e9ad9bed2a0
re PR bootstrap/17832 (Bootstrap broken by fixincludes failures)

PR bootstrap/17832

* fixincl.c (SIGCHLD): Remove definition.
(initialize): Remove SIGIOT and SIGPIPE checks.
(create_file): Fix mkdir() for Win32.
(internal_fix): Use dup2() instead of fcntl().

* fixlib.h (SIGQUIT): Define if undefined.
(SIGIOT): Same.
(SIGPIPE): Same.
(SIGALRM): Same.
(SIGKILL): Same.

* procopen.c (chain_open): Use dup2() instead of fcntl().

From-SVN: r89326
fixincludes/ChangeLog
fixincludes/fixincl.c
fixincludes/fixlib.h
fixincludes/procopen.c