]> git.ipfire.org Git - thirdparty/glibc.git/commit - io/fcntl.h
* io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.
authorRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 12:14:26 +0000 (12:14 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 12:14:26 +0000 (12:14 +0000)
commitd15b99ac5af661dba1303f17a01f09aae7b6f5e7
treee91cee50ed642f2edd9309140d5751c62a5b47f9
parent030219826e29a214dc1b58d31fd924fb32ec761f
* io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.

* 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.
ChangeLog
io/Makefile
io/Versions
io/faccessat.c [new file with mode: 0644]
io/fcntl.h
io/sys/stat.h
io/tst-faccessat.c [new file with mode: 0644]
posix/unistd.h
sysdeps/unix/sysv/linux/faccessat.c [new file with mode: 0644]