summaryrefslogtreecommitdiffstats
path: root/sys/sys/posix4.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-09-19 00:43:32 +0000
committeralfred <alfred@FreeBSD.org>2002-09-19 00:43:32 +0000
commitd063152de15b045caca51218d4f7046ceaf07fbe (patch)
tree03a4032eb3cb9c260f9b522b0e619f27dfa99d94 /sys/sys/posix4.h
parent6ac7d5d588d5761ad6b9baeffb32c74bcff7217b (diff)
downloadFreeBSD-src-d063152de15b045caca51218d4f7046ceaf07fbe.zip
FreeBSD-src-d063152de15b045caca51218d4f7046ceaf07fbe.tar.gz
Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.
Option 'P1003_1B_SEMAPHORES' to compile them in, or load the "sem" module to activate them. Have kern/makesyscalls.sh emit an include for sys/_semaphore.h into sysproto.h to pull in the typedef for semid_t. Add the syscalls to the syscall table as module stubs.
Diffstat (limited to 'sys/sys/posix4.h')
-rw-r--r--sys/sys/posix4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/posix4.h b/sys/sys/posix4.h
index 9b3c66e..9efd1d9 100644
--- a/sys/sys/posix4.h
+++ b/sys/sys/posix4.h
@@ -64,6 +64,7 @@ MALLOC_DECLARE(M_P31B);
int p31b_proc(struct proc *, pid_t, struct proc **);
void p31b_setcfg(int, int);
+int p31b_getcfg(int);
#ifdef _KPOSIX_PRIORITY_SCHEDULING
OpenPOWER on IntegriCloud