X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/eb1cde05bb040f65c511ae4fa854abf1628afdf2..fbd86d4cc20b02a10edcca92fb7ae0a143e63cc4:/include/sys/acl.h diff --git a/include/sys/acl.h b/include/sys/acl.h index 15ef22b..7224b56 100644 --- a/include/sys/acl.h +++ b/include/sys/acl.h @@ -157,7 +157,7 @@ extern acl_t acl_get_link_np(const char *path_p, acl_type_t type); extern int acl_set_fd(int fd, acl_t acl); extern int acl_set_fd_np(int fd, acl_t acl, acl_type_t acl_type); extern int acl_set_file(const char *path_p, acl_type_t type, acl_t acl); -extern int acl_set_link(const char *path_p, acl_type_t type, acl_t acl); +extern int acl_set_link_np(const char *path_p, acl_type_t type, acl_t acl); /* 23.1.6.4 ACL Format translation */ extern ssize_t acl_copy_ext(void *buf_p, acl_t acl, ssize_t size);