mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00: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>
|
||||
|
||||
* posix/bug-ga1.c: Include <string.h> for memset prototype.
|
||||
|
||||
* 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
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int
|
||||
main (void)
|
||||
|
Loading…
Reference in New Issue
Block a user