summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-01-24 00:52:27 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-01-24 00:52:27 +0000
commitbcc49082f6ffaab8b1110ea1c656ffeb8ec5421a (patch)
treea5b35e5f16f337c1848b906adb0c02d29a3e7856 /newlib/ChangeLog
parent0ca5f51da4fa06b4ce7a517668a92c85481b57c6 (diff)
downloadcygnal-bcc49082f6ffaab8b1110ea1c656ffeb8ec5421a.tar.gz
cygnal-bcc49082f6ffaab8b1110ea1c656ffeb8ec5421a.tar.bz2
cygnal-bcc49082f6ffaab8b1110ea1c656ffeb8ec5421a.zip
* libc/include/sys/signal.h: Remove pthread_kill declaration
when __CYGWIN__ is defined.
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 508f597e1..a9bab35f5 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-23 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * libc/include/sys/signal.h: Remove pthread_kill declaration
+ when __CYGWIN__ is defined.
+
2002-01-18 Mark Bradshaw <bradshaw@staff.crosswalk.com>
* libc/include/time.h: Add prototype for strptime for Cygwin.