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
fcb1a30a12
commit
44e5809e7e
@ -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 New Issue
Block a user