OSDN Git Service

2002-09-03 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Tue, 3 Sep 2002 19:52:10 +0000 (19:52 +0000)
committerjjohnstn <jjohnstn>
Tue, 3 Sep 2002 19:52:10 +0000 (19:52 +0000)
        * libc/string/wcschr.c: Add include of <stddef.h>.
        * libc/string/wcspbrk.c: Ditto.
        * libc/string/wcsrchr.c: Ditto.
        * libc/string/wcsstr.c: Ditto.

newlib/ChangeLog
newlib/libc/string/wcschr.c
newlib/libc/string/wcspbrk.c
newlib/libc/string/wcsrchr.c
newlib/libc/string/wcsstr.c

index 238800b..fc4d453 100644 (file)
@@ -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.
index 2b476f7..fa213c9 100644 (file)
@@ -58,6 +58,7 @@ No supporting OS subroutines are required.
  */
 
 #include <_ansi.h>
+#include <stddef.h>
 #include <wchar.h>
 
 wchar_t *
index e2529d0..bfe793b 100644 (file)
@@ -57,6 +57,7 @@ No supporting OS subroutines are required.
  */
 
 #include <_ansi.h>
+#include <stddef.h>
 #include <wchar.h>
 
 wchar_t *
index 143b45f..d3dc743 100644 (file)
@@ -61,6 +61,7 @@ No supporting OS subroutines are required.
  */
 
 #include <_ansi.h>
+#include <stddef.h>
 #include <wchar.h>
 
 wchar_t *
index 6a61ac3..30fc463 100644 (file)
@@ -61,6 +61,7 @@ PORTABILITY
  */
 
 #include <_ansi.h>
+#include <stddef.h>
 #include <wchar.h>
 
 wchar_t *