diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 06:51:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 06:51:18 +0000 |
commit | c547b58aad05c0dea96a54ad95d806f76dfd72f5 (patch) | |
tree | 25f0ca1f910846466107cb8130c2b80a5505da9f /ChangeLog | |
parent | 8ee8768079f06d1e830ff9775903b5b89affcda6 (diff) | |
download | glibc-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-- | ChangeLog | 4 |
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> |