about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-03 06:51:18 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-03 06:51:18 +0000
commitc547b58aad05c0dea96a54ad95d806f76dfd72f5 (patch)
tree25f0ca1f910846466107cb8130c2b80a5505da9f /ChangeLog
parent8ee8768079f06d1e830ff9775903b5b89affcda6 (diff)
downloadglibc-c547b58aad05c0dea96a54ad95d806f76dfd72f5.tar.gz
glibc-c547b58aad05c0dea96a54ad95d806f76dfd72f5.tar.xz
glibc-c547b58aad05c0dea96a54ad95d806f76dfd72f5.zip
Update.
	* sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
	any, but unify the test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b4126a07e8..3e34ff3e97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2003-01-02  Ulrich Drepper  <drepper@redhat.com>
 
-	* sysdeps/pthread/aio_suspend.c (aio_suspend): Simplify by
-	removing 'any' variable.
+	* sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
+	any, but unify the test.
 
 2003-01-02  Jakub Jelinek  <jakub@redhat.com>