]> git.saurik.com Git - apple/libc.git/blobdiff - include/sys/acl.h
Libc-594.9.5.tar.gz
[apple/libc.git] / include / sys / acl.h
index 15ef22bf9d2cf81f889df8ec8df74c6791064d9f..7224b56a357099634aa7ea229300f15ab381cace 100644 (file)
@@ -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);