]> git.ipfire.org Git - thirdparty/man-pages.git/commit
msgop.2: Remove EAGAIN as msgrcv() errno
authorBill Pemberton <wfp5p@worldbroken.com>
Thu, 26 Feb 2015 23:36:00 +0000 (18:36 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 9 Mar 2015 13:33:03 +0000 (14:33 +0100)
commit6ffef7012ebdc8d47dc01159a5ef7f1ee5f4392d
treed4645e8570507ef99383f0844c7aacdef1d89a07
parentb1f800c6d2e39ce8620260507b93b7caee7a14b8
msgop.2: Remove EAGAIN as msgrcv() errno

The list of errnos for msgrcv() lists both EAGAIN and ENOMSG as
the errno for no message available with the IPC_NOWAIT flag.
ENOMSG is the errno that will be set.

Signed-off-by: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/msgop.2