mirror of git://sourceware.org/git/glibc.git
Update.
* intl/tst-translit.c: Include string.h to get prototype for strcmp(). 2000-07-27 Jes Sorensen <jes@linuxcare.com>
This commit is contained in:
parent
37d33038d0
commit
e4a0c4688d
|
@ -1,3 +1,8 @@
|
||||||
|
2000-07-27 Jes Sorensen <jes@linuxcare.com>
|
||||||
|
|
||||||
|
* intl/tst-translit.c: Include string.h to get prototype for
|
||||||
|
strcmp().
|
||||||
|
|
||||||
2000-07-27 Jes Sorensen <jes@linuxcare.com>
|
2000-07-27 Jes Sorensen <jes@linuxcare.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
|
* sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue