aboutsummaryrefslogtreecommitdiff
path: root/io/tst-faccessat.c
AgeCommit message (Collapse)AuthorFilesLines
2006-01-22* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): CorrectyUlrich Drepper1-0/+59
return EBADF for non-existing file descriptors. * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Likewise. * io/tst-openat.c (do_test): Add some more tests. * io/tst-faccessat.c (do_test): Likewise. * io/tst-renameat.c (do_test): Likewise. * io/tst-fstatat.c (do_test): Likewise. * io/tst-fchmodat.c (do_test): Likewise. * io/tst-fchownat.c (do_test): Likewise.
2006-01-172006-01-15 Jakub Jelinek <jakub@redhat.com>Roland McGrath1-1/+1
* io/tst-faccessat.c (do_test): Don't fail if geteuid () == 0.
2006-01-06* io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath1-0/+153
* posix/unistd.h [__USE_ATFILE]: Declare faccessat. * io/faccessat.c: New file. * sysdeps/unix/sysv/linux/faccessat.c: New file. * io/Makefile (routines): Add faccessat. * io/Versions (libc: GLIBC_2.4): Likewise. * io/tst-faccessat.c: New file. * io/Makefile (tests): Add it. * io/sys/stat.h: Likewise.
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-212/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+212