From 876278a2a51ec8ad31c5c44eb1df688540293808 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 27 Dec 2002 19:42:30 +0000 Subject: [PATCH] Linux-specific file --- os_linux.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 os_linux.c diff --git a/os_linux.c b/os_linux.c new file mode 100644 index 0000000..1fb7203 --- /dev/null +++ b/os_linux.c @@ -0,0 +1,6 @@ +#include + +int get_perm(acl_permset_t permset, acl_perm_t perm) +{ + return acl_get_perm(permset, perm); +} -- 2.39.2