summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_posix_sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac/mac_posix_sem.c')
-rw-r--r--sys/security/mac/mac_posix_sem.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/security/mac/mac_posix_sem.c b/sys/security/mac/mac_posix_sem.c
index 4b40142..68fb56c 100644
--- a/sys/security/mac/mac_posix_sem.c
+++ b/sys/security/mac/mac_posix_sem.c
@@ -91,16 +91,6 @@ mac_posixsem_create(struct ucred *cred, struct ksem *ks)
}
int
-mac_posixsem_check_destroy(struct ucred *cred, struct ksem *ks)
-{
- int error;
-
- MAC_CHECK(posixsem_check_destroy, cred, ks, ks->ks_label);
-
- return (error);
-}
-
-int
mac_posixsem_check_open(struct ucred *cred, struct ksem *ks)
{
int error;
OpenPOWER on IntegriCloud