acl_set_fd_np
if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
return (acl_set_fd_np(fd, acl, ACL_TYPE_ACCESS));
return (acl_set_fd_np(fd, acl, ACL_TYPE_NFS4));
int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);