aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-26 06:30:30 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-26 06:30:30 +0000
commit025a5afa2df2c13cd5a35ffb15acdf61b6ebb681 (patch)
tree174e7214dfb2ed94ba98b2f792623ba8d85ec020 /ChangeLog
parentb7ed26c6633ae836938d056490ab4efaa0749af0 (diff)
downloadglibc-025a5afa2df2c13cd5a35ffb15acdf61b6ebb681.tar
glibc-025a5afa2df2c13cd5a35ffb15acdf61b6ebb681.tar.gz
glibc-025a5afa2df2c13cd5a35ffb15acdf61b6ebb681.tar.bz2
glibc-025a5afa2df2c13cd5a35ffb15acdf61b6ebb681.zip
Update.
* rt/lio_listio.c (lio_listio): Always disable individual notification. * rt/Makefile: Add rules to build and run tst-aio2. * rt/tst-aio2.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 678d86f5fd..73b6a6b225 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2000-07-25 Ulrich Drepper <drepper@redhat.com>
+ * rt/lio_listio.c (lio_listio): Always disable individual
+ notification.
+ * rt/Makefile: Add rules to build and run tst-aio2.
+ * rt/tst-aio2.c: New file.
+
* rt/lio_listio.c (lio_listio): Handle case of SIG == NULL correctly.
Reported by Kevin Beard <beardk@gatwick.Geco-Prakla.slb.com>.