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: cygwin64: Issue with sigaddset


> 
> This is a known perl problem, afaik, and not reported for the first
> time.  It seems the -r/-w/-x tests check the file permissions returned
> by stat(2), but they should test access based on the return value of
> access(2) or faccessat(2) calls instead.
> 

Exactly! I ask p5p if there was a way to compile perl with using the pragma behavior as the default behavior.  I was met with the usual âthatâs probably a bad ideaâ argument.  I think I will be more persistent about this with p5p, like perhaps making this an option in the perl build configuration.



--
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]