summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/faccessat.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-13Use INLINE_SYSCALL_ERROR_RETURN_VALUEH.J. Lu
2015-08-21Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu
2015-08-21Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-06-20Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-28Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf
2009-10-29Fix compat handling in *at functions.Ulrich Drepper
2006-01-21* sysdeps/unix/sysv/linux/faccessat.c: Move RESULT defn inside block.Roland McGrath
2006-01-20* sysdeps/unix/sysv/linux/faccessat.c (faccessat): Try using theUlrich Drepper
2006-01-20* include/fcntl.h: Declare __have_atfcts.Ulrich Drepper
2006-01-06* io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek