diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-04 07:36:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-04 07:36:31 +0000 |
commit | b268486e602b42929fc4eed8ec2188e6686a02f1 (patch) | |
tree | 8c8a3fe177f62c78a1de913bc088f05b5b97b208 | |
parent | 224aa5ff04c2207c87411875b6e1dc13931e6a4b (diff) | |
download | glibc-b268486e602b42929fc4eed8ec2188e6686a02f1.tar.gz glibc-b268486e602b42929fc4eed8ec2188e6686a02f1.tar.xz glibc-b268486e602b42929fc4eed8ec2188e6686a02f1.zip |
type to SIGEV_NONE if LIO_NO_INDIVIDUAL_EVENT is set. cvs/fedora-glibc-20060104T0754
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5d63f89c34..28c72f05ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,7 +44,7 @@ addition to the global event. * sysdeps/pthread/lio_listio.c (lio_listio): Renamed to lio_listio_internal. Remove mode parameter check. Only set sigevent - type ti SIGEV_NONE if LIO_NO_INDIVIDUAL_EVENT is set. + type to SIGEV_NONE if LIO_NO_INDIVIDUAL_EVENT is set. (__lio_listio_21): New function. Compatiblity version which sets LIO_NO_INDIVIDUAL_EVENT before calling lio_listio_internal. (__lio_listio_item_notify): New function. |