]> sourceware.org Git - glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Sat, 19 Aug 2000 18:06:27 +0000 (18:06 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 19 Aug 2000 18:06:27 +0000 (18:06 +0000)
* inet/tst-gethnm.c: Include string.h to provide prototype for
strcmp.

ChangeLog
localedata/ChangeLog
localedata/tst-digits.c

index 40b76c5bae98af4acc5d1361467b1913353ba521..aad5bc6a8649703c4f14202361e5b2c44b4416df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-19  Andreas Jaeger  <aj@suse.de>
 
+       * inet/tst-gethnm.c: Include string.h to provide prototype for
+       strcmp.
+
        * malloc/mtrace.pl (usage): Inform about --help.
 
 2000-08-19  Wolfram Gloger  <wg@malloc.de>
index 284d9050ba073998b98969369a075a73b4493238..a14a5f7a6f294896260bee83f5886071fa4f8595 100644 (file)
@@ -1,3 +1,8 @@
+2000-08-19  Andreas Jaeger  <aj@suse.de>
+
+       * tst-digits.c: Include stdlib.h and string.h to provide
+       prototypes for exit, strlen and strcmp.
+
 2000-08-18  Andreas Jaeger  <aj@suse.de>
 
        * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
index 97147e99351b2c858b40ca8750be0675bc367f69..ae6b3783fe9e32c0c2568d2201686e76d2937404 100644 (file)
@@ -21,6 +21,8 @@
 #include <langinfo.h>
 #include <locale.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <wchar.h>
 #include <wctype.h>
This page took 0.058555 seconds and 5 git commands to generate.