* cygwin.din: Add symbol for `lacl'.
* security.cc (ReadSD): Add debug output. (acl_worker): New static function. (acl): Call acl_worker now. (lacl): New function. (facl): Call acl_worker now. * include/cygwin/acl.h: Add prototype for `lacl'.
This commit is contained in:
@ -65,6 +65,7 @@ typedef struct acl {
|
||||
} aclent_t;
|
||||
|
||||
int _EXFUN(acl,(const char *path, int cmd, int nentries, aclent_t *aclbufp));
|
||||
int _EXFUN(lacl,(const char *path, int cmd, int nentries, aclent_t *aclbufp));
|
||||
int _EXFUN(facl,(int fd, int cmd, int nentries, aclent_t *aclbufp));
|
||||
int _EXFUN(aclcheck,(aclent_t *aclbufp, int nentries, int *which));
|
||||
int _EXFUN(aclsort,(int nentries, int calclass, aclent_t *aclbufp));
|
||||
|
Reference in New Issue
Block a user