Searched hist:283428 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.cdiff 283428 Sun May 24 14:21:52 MDT 2015 dchagin 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.

Differential Revision: https://reviews.freebsd.org/D1078
Reviewed by: trasz

Completed in 82 milliseconds