aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-06-21 12:40:03 +0000
committerAndreas Jaeger <aj@suse.de>2000-06-21 12:40:03 +0000
commit906ec4a252c9fdaac3c80a909fbae6a3e8502474 (patch)
tree45fd784c6b5eb7494f9a7da45566e79fdefdacf3 /ChangeLog
parent3e1f480ef8b2597264f9553041fef860d749c5d9 (diff)
downloadglibc-906ec4a252c9fdaac3c80a909fbae6a3e8502474.tar
glibc-906ec4a252c9fdaac3c80a909fbae6a3e8502474.tar.gz
glibc-906ec4a252c9fdaac3c80a909fbae6a3e8502474.tar.bz2
glibc-906ec4a252c9fdaac3c80a909fbae6a3e8502474.zip
Update.
* stdio-common/temptest.c: Include <stdlib.h>. * stdio-common/tst-fileno.c: Likewise. * stdio-common/scanf4.c: Likewise. * stdio-common/scanf5.c: Likewise. * time/clocktest.c: Likewise. * posix/test-vfork.c: Likewise. * posix/globtest.c: Likewise. * io/test-utime.c: Likewise. * wctype/test_wcfuncs.c: Likewise. * crypt/cert.c: Likewise. * stdio-common/tst-printfsz.c: Include <string.h>. * libio/tst_swscanf.c: Likewise. * libio/tst_wscanf.c: Likewise. * posix/runtests.c: Likewise. * posix/tst-getaddrinfo.c: Likewise. * posix/wordexp-test.c: Likewise. * misc/tst-efgcvt.c: Likewise. * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>. * nss/test-netdb.c: Likewise. * sysdeps/unix/sysv/linux/configure.in: Add check for minimal supported kernel for MIPS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c9cb9700e..d84a0d86bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
2000-06-21 Andreas Jaeger <aj@suse.de>
+ * stdio-common/temptest.c: Include <stdlib.h>.
+ * stdio-common/tst-fileno.c: Likewise.
+ * stdio-common/scanf4.c: Likewise.
+ * stdio-common/scanf5.c: Likewise.
+ * time/clocktest.c: Likewise.
+ * posix/test-vfork.c: Likewise.
+ * posix/globtest.c: Likewise.
+ * io/test-utime.c: Likewise.
+ * wctype/test_wcfuncs.c: Likewise.
+ * crypt/cert.c: Likewise.
+
+ * stdio-common/tst-printfsz.c: Include <string.h>.
+ * libio/tst_swscanf.c: Likewise.
+ * libio/tst_wscanf.c: Likewise.
+ * posix/runtests.c: Likewise.
+ * posix/tst-getaddrinfo.c: Likewise.
+ * posix/wordexp-test.c: Likewise.
+ * misc/tst-efgcvt.c: Likewise.
+
+ * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>.
+ * nss/test-netdb.c: Likewise.
+
+ * sysdeps/unix/sysv/linux/configure.in: Add check for minimal
+ supported kernel for MIPS.
+
* elf/vismod2.c: Include <stdlib.h> for abort prototype.
* rt/aio_suspend.c: Likewise.