semctl.2: From kernel 4.6, Linux now updates 'sempid' on SETALL operations

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-26 07:18:07 +13:00
parent a90f441afb
commit efcc21c9fa
1 changed files with 5 additions and 5 deletions

View File

@ -566,15 +566,15 @@ Linux also updates
for
.BR SETVAL
operations and semaphore adjustments.
However, somewhat inconsistently, it does not update
However, somewhat inconsistently, up to and including 4.5,
Linux did not update
.I sempid
for
.BR SETALL
operations.
While the
.B SETALL
behavior might be viewed as a bug, the behavior is longstanding,
and is probably unlikely to change.
This was rectified
.\" commit a5f4db877177d2a3d7ae62a7bac3a5a27e083d7f
in Linux 4.6.
.SH SEE ALSO
.BR ipc (2),
.BR semget (2),