diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-10 19:40:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-10 19:40:16 +0000 |
commit | 01e7fdbb7434ec51aee02044b8391c1ebdfb5698 (patch) | |
tree | 3690c87263fe8cfdcb092d0582574e4473be68d3 /ChangeLog | |
parent | 7f745396c470216fb36d1d9867fb51318abc951d (diff) | |
download | glibc-01e7fdbb7434ec51aee02044b8391c1ebdfb5698.zip glibc-01e7fdbb7434ec51aee02044b8391c1ebdfb5698.tar.gz glibc-01e7fdbb7434ec51aee02044b8391c1ebdfb5698.tar.bz2 |
* sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
complications for 64-bit platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-11-10 Ulrich Drepper <drepper@redhat.com> + * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary + complications for 64-bit platforms. + * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to.. * sysdeps/unix/sysv/linux/open64_2.c: ...here. New file. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add |