mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add GETPID to the list of operations for which semctl(2) returns the value.
Reviewed by: alfred, ru Approved by: ru MFC after: 3 days
This commit is contained in:
parent
21edcafd7d
commit
e98c156beb
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ struct semid_ds {
|
|||
On success, when
|
||||
.Fa cmd
|
||||
is one of
|
||||
.Dv GETVAL , GETNCNT
|
||||
.Dv GETVAL , GETPID , GETNCNT
|
||||
or
|
||||
.Dv GETZCNT ,
|
||||
.Fn semctl
|
||||
|
|
|
|||
Loading…
Reference in a new issue