diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 00:44:17 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-06-16 00:44:57 +0200 |
commit | 298a8b59d43cf9a75c44e9b2836e07282a6d34ed (patch) | |
tree | d2c0da58786e6417209c2f1f5ed963314999f4c2 /ChangeLog | |
parent | b12c1e7991cbde3d6fc70abfdf72abecce8b318c (diff) | |
download | glibc-298a8b59d43cf9a75c44e9b2836e07282a6d34ed.zip glibc-298a8b59d43cf9a75c44e9b2836e07282a6d34ed.tar.gz glibc-298a8b59d43cf9a75c44e9b2836e07282a6d34ed.tar.bz2 |
hurd: avoid PLT ref between sendfile and sendfile64
* include/sys/sendfile.h (__sendfile64): Declare hidden prototype.
* sysdeps/mach/hurd/sendfile.c (sendfile): Call __sendfile64 instead
of sendfile.
* sysdeps/mach/hurd/sendfile64.c (sendfile64): Rename to __sendfile64.
(sendfile64): New strong alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2018-06-15 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * include/sys/sendfile.h (__sendfile64): Declare hidden prototype. + * sysdeps/mach/hurd/sendfile.c (sendfile): Call __sendfile64 instead + of sendfile. + * sysdeps/mach/hurd/sendfile64.c (sendfile64): Rename to __sendfile64. + (sendfile64): New strong alias. + 2018-06-15 Joseph Myers <joseph@codesourcery.com> [BZ #23007] |