diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-25 07:56:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-25 07:56:33 +0000 |
commit | 7b787f8516c039ed56b1bc3f511eb1165526061b (patch) | |
tree | 23522977702d05b9e5aacbcaf115ff165841b404 /ChangeLog | |
parent | 02ade8d6b0058becfb8d3156e8b9cc3519bfb4bb (diff) | |
download | glibc-7b787f8516c039ed56b1bc3f511eb1165526061b.tar.gz |
Update.
2003-07-24 Jakub Jelinek <jakub@redhat.com>
* sysdeps/pthread/aio_cancel.c (aio_cancel): Return AIO_ALLDONE
if aiocbp != NULL and has already completed. Return -1/EINVAL if
aiocbp->aio_fildes does not match fildes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-07-24 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/pthread/aio_cancel.c (aio_cancel): Return AIO_ALLDONE + if aiocbp != NULL and has already completed. Return -1/EINVAL if + aiocbp->aio_fildes does not match fildes. + 2003-07-24 Ulrich Drepper <drepper@redhat.com> * timezone/zic.c (rpytime): Replace cheap overflow check with a |