K 10 svn:author V 7 dchagin K 8 svn:date V 27 2016-01-09T16:21:39.560787Z K 7 svn:log V 323 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. END