aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-07 05:42:26 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-07 05:42:26 +0000
commit754549b3bed222fd15d748605143e5925296a7fc (patch)
treef70b7c0d1e05f12f31aa7f7ba2ff3fe9f823142d /ChangeLog
parent3ac3f38099a11fcd348fe4ef8d4868f87a13e435 (diff)
downloadglibc-754549b3bed222fd15d748605143e5925296a7fc.tar
glibc-754549b3bed222fd15d748605143e5925296a7fc.tar.gz
glibc-754549b3bed222fd15d748605143e5925296a7fc.tar.bz2
glibc-754549b3bed222fd15d748605143e5925296a7fc.zip
Update.
* rt/aio_misc.c (handle_fildes_io): Imitate the behaviour on other systems which allow using the functions also on non-seekable devices.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96da3a1694..7c6c6f7f2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1999-08-06 Ulrich Drepper <drepper@cygnus.com>
+ * rt/aio_misc.c (handle_fildes_io): Imitate the behaviour on other
+ systems which allow using the functions also on non-seekable
+ devices.
+
* resolv/res_send.c (res_send): Recompute timeout for poll for
each jump to `wait'.