summaryrefslogtreecommitdiff
path: root/fixincludes/ChangeLog
diff options
context:
space:
mode:
authoraaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-20 08:21:09 +0000
committeraaronwl <aaronwl@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-20 08:21:09 +0000
commitb05d4aeda0067057c1dbda75a7fd801e33ad1ebb (patch)
treeb61be9e61931a736e008e95859adbf4a9d604d94 /fixincludes/ChangeLog
parentc461d81a342a6c853d2dd748c0e759fb47093af7 (diff)
downloadgcc-b05d4aeda0067057c1dbda75a7fd801e33ad1ebb.tar.gz
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(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/ChangeLog')
-rw-r--r--fixincludes/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index f3573b11039..1b3274fdf1a 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -1,3 +1,20 @@
+2004-10-20 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+ 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().
+
2004-08-14 Paolo Bonzini <bonzini@gnu.org>
PR other/17991