diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 22:18:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 22:18:43 +0000 |
commit | e4a0c4688d27be66328b7a709e47d1446d8d3543 (patch) | |
tree | bf9dbbb0734add177743d438e3085ea6adb11f8b | |
parent | 37d33038d0986abffa6a14895ba7ae36413c7868 (diff) | |
download | glibc-e4a0c4688d27be66328b7a709e47d1446d8d3543.zip glibc-e4a0c4688d27be66328b7a709e47d1446d8d3543.tar.gz glibc-e4a0c4688d27be66328b7a709e47d1446d8d3543.tar.bz2 |
Update.
* intl/tst-translit.c: Include string.h to get prototype for
strcmp().
2000-07-27 Jes Sorensen <jes@linuxcare.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | intl/tst-translit.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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 name and add weak alias for __fork. diff --git a/intl/tst-translit.c b/intl/tst-translit.c index 79085df..f12d99b 100644 --- a/intl/tst-translit.c +++ b/intl/tst-translit.c @@ -20,6 +20,7 @@ #include <libintl.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> int |