summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/posix1e/acl_set.c')
-rw-r--r--lib/libc/posix1e/acl_set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl_set.c b/lib/libc/posix1e/acl_set.c
index 6a04328..1873422 100644
--- a/lib/libc/posix1e/acl_set.c
+++ b/lib/libc/posix1e/acl_set.c
@@ -54,7 +54,7 @@ acl_set_file(const char *path_p, acl_type_t type, acl_t acl)
}
}
- return (acl_syscall_set_file(path_p, type, acl));
+ return (__acl_set_file(path_p, type, acl));
}
@@ -71,5 +71,5 @@ acl_set_fd(int fd, acl_t acl, acl_type_t type)
}
}
- return (acl_syscall_set_fd(fd, type, acl));
+ return (__acl_set_fd(fd, type, acl));
}
OpenPOWER on IntegriCloud