This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [1.7] bugs in faccessat


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]