2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>. * libc/stdlib/wmemcmp.c: Ditto. * libc/stdlib/wmemcpy.c: Ditto. * libc/stdlib/wmemmove.c: Ditto. * libc/stdlib/wmemset.c: Ditto.
This commit is contained in:
parent
78dd8bdd12
commit
d82a94ace4
@ -1,3 +1,11 @@
|
||||
2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>.
|
||||
* libc/stdlib/wmemcmp.c: Ditto.
|
||||
* libc/stdlib/wmemcpy.c: Ditto.
|
||||
* libc/stdlib/wmemmove.c: Ditto.
|
||||
* libc/stdlib/wmemset.c: Ditto.
|
||||
|
||||
2002-08-27 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
* libc/stdlib/wmemchr.c: New file.
|
||||
|
@ -26,6 +26,7 @@
|
||||
* citrus Id: wmemchr.c,v 1.2 2000/12/20 14:08:31 itojun Exp
|
||||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
* citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp
|
||||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <wchar.h>
|
||||
|
||||
int
|
||||
|
@ -26,6 +26,7 @@
|
||||
* citrus Id: wmemcpy.c,v 1.2 2000/12/20 14:08:31 itojun Exp
|
||||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
* citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp
|
||||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
* citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp
|
||||
*/
|
||||
|
||||
#include <_ansi.h>
|
||||
#include <wchar.h>
|
||||
|
||||
wchar_t *
|
||||
|
Loading…
x
Reference in New Issue
Block a user