mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user