mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
* intl/tst-codeset.c: Include string.h to get prototype for strcmp(). 2001-04-13 Jes Sorensen <jes@linuxcare.com>
This commit is contained in:
parent
acc8ad639f
commit
355561ef14
@ -1,3 +1,7 @@
|
||||
2001-04-13 Jes Sorensen <jes@linuxcare.com>
|
||||
|
||||
* intl/tst-codeset.c: Include string.h to get prototype for strcmp().
|
||||
|
||||
2001-04-13 Jes Sorensen <jes@linuxcare.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
int
|
||||
main (void)
|
||||
|
Loading…
Reference in New Issue
Block a user