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:
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.