aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-06-11 08:43:24 +0000
committerAndreas Jaeger <aj@suse.de>2001-06-11 08:43:24 +0000
commit207390f763c23b7db63ddfea36793b657da431fe (patch)
tree4b17c31f3f6d5da6940e9b20423a284c86860fcd /ChangeLog
parenta854060c51a7bc99c45324811ea22ba634c6a271 (diff)
downloadglibc-207390f763c23b7db63ddfea36793b657da431fe.tar
glibc-207390f763c23b7db63ddfea36793b657da431fe.tar.gz
glibc-207390f763c23b7db63ddfea36793b657da431fe.tar.bz2
glibc-207390f763c23b7db63ddfea36793b657da431fe.zip
Update.
2001-06-11 Michael Deutschmann <michael@talamasca.ocis.net> * rt/tst-aio4.c (do_test): Test whether rt signals are supported. Use my_signo instead of MY_SIGNO and initialize it so that the used signal is always available. 2001-06-11 Andreas Jaeger <aj@suse.de>, Michael Deutschmann <michael@talamasca.ocis.net> * io/test-lfs.c (do_prepare): Clean up error messages. (test_ftello): Check for EFBIG and ENOSP, clean up error messages. (do_test): Likewise. 2001-06-11 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (IXANY, IUCLC, IMAXBEL): Make always visible since they're needed by POSIX. Closes PR libc/2320, reported by Chris Yeoh <cyeoh@samba.org>. 2001-06-10 Ben Collins <bcollins@debian.org> * sysdeps/arm/elf/start.S: Use #function, not @function, for .type of _start. * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Include limits.h to get INT_MAX. 2001-06-07 H.J. Lu <hjl@gnu.org> * sunrpc/rpc/rpc.h: Add __BEGIN_DECLS/__END_DECLS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e80a911ad..5bc9902cff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2001-06-11 Michael Deutschmann <michael@talamasca.ocis.net>
+
+ * rt/tst-aio4.c (do_test): Test whether rt signals are supported.
+ Use my_signo instead of MY_SIGNO and initialize it so that the
+ used signal is always available.
+
+2001-06-11 Andreas Jaeger <aj@suse.de>,
+ Michael Deutschmann <michael@talamasca.ocis.net>
+
+ * io/test-lfs.c (do_prepare): Clean up error messages.
+ (test_ftello): Check for EFBIG and ENOSP, clean up error messages.
+ (do_test): Likewise.
+
+2001-06-11 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (IXANY, IUCLC,
+ IMAXBEL): Make always visible since they're needed by POSIX.
+ Closes PR libc/2320, reported by Chris Yeoh <cyeoh@samba.org>.
+
+2001-06-10 Ben Collins <bcollins@debian.org>
+
+ * sysdeps/arm/elf/start.S: Use #function, not @function, for
+ .type of _start.
+
+ * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Include limits.h to get
+ INT_MAX.
+
+2001-06-07 H.J. Lu <hjl@gnu.org>
+
+ * sunrpc/rpc/rpc.h: Add __BEGIN_DECLS/__END_DECLS.
+
2001-06-10 Roland McGrath <roland@frob.com>
* elf/reldep4mod2.c: Use fully typed decls to avoid warnings.