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: Problem with new acl code and cdrtools


On 2016-02-08 08:10, Corinna Vinschen wrote:
Alternatively we could allow to use the Solaris ACL functions even if
only including sys/acl.h, given some macro:

   sys/acl.h:

     #ifdef __USE_OLD_SOLARIS_ACL_FUNCTIONS
     # include <cygwin/acl.h>
     #else
       [...POSIX definitions...]
     #endif

Do the functions or typedefs conflict in any way?

--
Yaakov

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