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

Reply via email to