[1.7] bugs in faccessat

Eric Blake ebb9@byu.net
Thu Sep 3 16:59:00 GMT 2009


Eric Blake <ebb9 <at> byu.net> writes:

> fchownat, fchmodat, fstatat, utimensat - AT_SYMLINK_NOFOLLOW

fchmodat(AT_SYMLINK_NOFOLLOW) is another case required by POSIX, but not 
supported in cygwin; and if we provide it, it would be nice to add the BSD

lchmod(file,mode) => fchmodat(AT_FDCWD,file,mode,AT_SYMLINK_NOFOLLOW)

-- 
Eric Blake




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list