Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-29 00:05:51 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-29 00:05:51 +0300
commit93f8e673843946679c77e8e342285109bce3540a (patch)
treed37f86778cf854beccb0283afcb73ba8069552b3 /newlib/ChangeLog
parentabd2fa9994bc5145cc168a6139a0f4dc9b935011 (diff)
* libc/include/sys/signal.h: Use system specific signal file when building on
cygwin.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1997b083b..d4c3e6faf 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-28 Christopher Faylor <cgf@redhat.com>
+
+ * libc/include/sys/signal.h: Use system specific signal file when
+ building on cygwin.
+
2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h (_atoi_r): New prototype.