aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sem.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-05-01 11:13:41 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-05-01 11:13:41 +0000
commitb423446cc08f33e22a2009fdcce1656bc8d3d5a2 (patch)
treeaca2f8a711b66a4c9b52265eeb5bc6648a492bd1 /sys/sys/sem.h
parent39e4c0c88870814184127b48022464e8c9778378 (diff)
downloadsrc-b423446cc08f33e22a2009fdcce1656bc8d3d5a2.tar.gz
src-b423446cc08f33e22a2009fdcce1656bc8d3d5a2.zip
Remove the undocumented, flawed, broken-as-designed semconfig() syscall.
Notes
Notes: svn path=/head/; revision=59828
Diffstat (limited to 'sys/sys/sem.h')
-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 4f31ba1d23eb..a05697d24870 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