mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out change. The last argument to semctl() IS union semun
for the C library call, which is a wrapper that passes it by reference to the kernel.
This commit is contained in:
parent
2b0272ae1d
commit
78ecc89829
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
.Fd #include <sys/ipc.h>
|
||||
.Fd #include <sys/sem.h>
|
||||
.Ft int
|
||||
.Fn "semctl" "int semid" "int semnum" "int cmd" "union semun *arg"
|
||||
.Fn "semctl" "int semid" "int semnum" "int cmd" "union semun arg"
|
||||
.Sh DESCRIPTION
|
||||
.Fn Semctl
|
||||
performs the operation indicated by
|
||||
|
|
|
|||
Loading…
Reference in a new issue