]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r283428:
authordchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 9 Jan 2016 16:21:39 +0000 (16:21 +0000)
committerdchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 9 Jan 2016 16:21:39 +0000 (16:21 +0000)
commit7efca2f9915e821a1300518f1de5261cb8360ca0
tree3daa74fea849f02f303adaf7e9ab730e5dc281cf
parentf30bcd4098e6a3931720e6ace97181818a3a948a
MFC r283428:

Change linux faccessat syscall definition to match actual linux one.

The AT_EACCESS and AT_SYMLINK_NOFOLLOW flags are actually implemented
within the glibc wrapper function for faccessat().  If either of these
flags are specified, then the wrapper function employs fstatat() to
determine access permissions.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293533 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/linux/syscalls.master
sys/amd64/linux32/syscalls.master
sys/compat/linux/linux_file.c
sys/i386/linux/syscalls.master