mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Update.
* inet/tst-gethnm.c: Include string.h to provide prototype for strcmp.
This commit is contained in:
parent
26f0239c05
commit
03ae3c1ec2
@ -1,5 +1,8 @@
|
|||||||
2000-08-19 Andreas Jaeger <aj@suse.de>
|
2000-08-19 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* inet/tst-gethnm.c: Include string.h to provide prototype for
|
||||||
|
strcmp.
|
||||||
|
|
||||||
* malloc/mtrace.pl (usage): Inform about --help.
|
* malloc/mtrace.pl (usage): Inform about --help.
|
||||||
|
|
||||||
2000-08-19 Wolfram Gloger <wg@malloc.de>
|
2000-08-19 Wolfram Gloger <wg@malloc.de>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2000-08-19 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* tst-digits.c: Include stdlib.h and string.h to provide
|
||||||
|
prototypes for exit, strlen and strcmp.
|
||||||
|
|
||||||
2000-08-18 Andreas Jaeger <aj@suse.de>
|
2000-08-18 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
|
* tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#include <langinfo.h>
|
#include <langinfo.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user