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:
authorJeff Johnston <jjohnstn@redhat.com>2002-09-03 23:52:10 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-09-03 23:52:10 +0400
commite4b0ebc1d39ce4835ffd6d94153d7840d50f6a9f (patch)
treef7bcbf660b0d7c55e6ac36e45bb0f939ed24eeed /newlib/ChangeLog
parent3db40db7d83ca924a935680b1c210dd11f1f660d (diff)
2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/wcschr.c: Add include of <stddef.h>. * libc/string/wcspbrk.c: Ditto. * libc/string/wcsrchr.c: Ditto. * libc/string/wcsstr.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 238800b3b..fc4d4537e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,12 @@
2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/string/wcschr.c: Add include of <stddef.h>.
+ * libc/string/wcspbrk.c: Ditto.
+ * libc/string/wcsrchr.c: Ditto.
+ * libc/string/wcsstr.c: Ditto.
+
+2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/include/sys/_types.h (_flock_t): Added.
* libc/include/sys/lock.h (__lock_try_acquire): New interface.
(__lock_try_acquire_recursive): Ditto.