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.
This commit is contained in:
parent
3db40db7d8
commit
e4b0ebc1d3
|
@ -1,3 +1,10 @@
|
|||
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.
|
||||
|
|
|
@ -58,6 +58,7 @@ No supporting OS subroutines are required.
|
|||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <stddef.h>
|
||||
#include <wchar.h>
|
||||
|
||||
wchar_t *
|
||||
|
|
|
@ -57,6 +57,7 @@ No supporting OS subroutines are required.
|
|||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <stddef.h>
|
||||
#include <wchar.h>
|
||||
|
||||
wchar_t *
|
||||
|
|
|
@ -61,6 +61,7 @@ No supporting OS subroutines are required.
|
|||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <stddef.h>
|
||||
#include <wchar.h>
|
||||
|
||||
wchar_t *
|
||||
|
|
|
@ -61,6 +61,7 @@ PORTABILITY
|
|||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <stddef.h>
|
||||
#include <wchar.h>
|
||||
|
||||
wchar_t *
|
||||
|
|
Loading…
Reference in New Issue