mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
* posix/bug-ga1.c: Include <string.h> for memset prototype.
This commit is contained in:
parent
14755b91e9
commit
4ba3c7461c
@ -1,5 +1,7 @@
|
|||||||
2004-02-21 Andreas Jaeger <aj@suse.de>
|
2004-02-21 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* posix/bug-ga1.c: Include <string.h> for memset prototype.
|
||||||
|
|
||||||
* elf/dl-load.c (_dl_map_object_from_fd): Fix casts used as lvalue.
|
* elf/dl-load.c (_dl_map_object_from_fd): Fix casts used as lvalue.
|
||||||
|
|
||||||
* iconv/gconv_simple.c (internal_ucs4le_loop): Remove cast used as
|
* iconv/gconv_simple.c (internal_ucs4le_loop): Remove cast used as
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
main (void)
|
main (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user