about summary refs log tree commit diff
path: root/include/sys/sendfile.h
Commit message (Collapse)AuthorAgeFilesLines
* hurd: avoid PLT ref between sendfile and sendfile64Samuel Thibault2018-06-161-0/+6
| | | | | | | | * 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.
* [BZ #1920]Ulrich Drepper2005-11-241-0/+1
| | | | | | | | | 005-11-24 Jakub Jelinek <jakub@redhat.com> [BZ #1920] * sysdeps/pthread/pthread.h (__pthread_unwind_next): Use __attribute__ instead of __attribute. * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (__cleanup_fct_attribute): Likewise.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-1/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+1