aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-06-18 01:47:39 +0000
committerRoland McGrath <roland@gnu.org>2001-06-18 01:47:39 +0000
commitb8744bea9bf8f5354462faec0b8eddf3fe197b8a (patch)
treef608c1bf621c3dcb60e4deddef88cd576b1c2947 /ChangeLog
parentc7414a8e3038b5406f4dff49ad2e99ea46f2789d (diff)
downloadglibc-b8744bea9bf8f5354462faec0b8eddf3fe197b8a.zip
glibc-b8744bea9bf8f5354462faec0b8eddf3fe197b8a.tar.gz
glibc-b8744bea9bf8f5354462faec0b8eddf3fe197b8a.tar.bz2
* sysdeps/pthread/aio_misc.h (LIO_DSYNC): Define to LIO_NOP + 1,
not LIO_READ + 1 (which is the value of LIO_WRITE!).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b8775c..c52aa8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-06-17 Roland McGrath <roland@frob.com>
+ * sysdeps/pthread/aio_misc.h (LIO_DSYNC): Define to LIO_NOP + 1,
+ not LIO_READ + 1 (which is the value of LIO_WRITE!).
+
* sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt):
Declare these without `static', to avoid warning that we haven't
defined them.