summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-01 11:13:41 +0000
committerpeter <peter@FreeBSD.org>2000-05-01 11:13:41 +0000
commit86c25021825c263d08e45902c95edbd7976f1398 (patch)
tree3d25ecc16bf53efd63380019fc7cf12919600c77 /sys/sys
parent65c796953bc6b82c7b396491f40b37ec0ecad60a (diff)
downloadFreeBSD-src-86c25021825c263d08e45902c95edbd7976f1398.zip
FreeBSD-src-86c25021825c263d08e45902c95edbd7976f1398.tar.gz
Remove the undocumented, flawed, broken-as-designed semconfig() syscall.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/sem.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/sys/sem.h b/sys/sys/sem.h
index 4f31ba1..a05697d 100644
--- a/sys/sys/sem.h
+++ b/sys/sys/sem.h
@@ -163,14 +163,6 @@ extern int *semu; /* undo structure pool */
* Process sem_undo vectors at proc exit.
*/
void semexit __P((struct proc *p));
-
-/*
- * Parameters to the semconfig system call
- */
-typedef enum {
- SEM_CONFIG_FREEZE, /* Freeze the semaphore facility. */
- SEM_CONFIG_THAW /* Thaw the semaphore facility. */
-} semconfig_ctl_t;
#endif /* _KERNEL */
#ifndef _KERNEL
OpenPOWER on IntegriCloud