msgop.2: Note that MSG_EXCEPT is Linux-specific

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-23 09:38:21 +01:00
parent ed4c2b6937
commit 9e9f8a2d4f
1 changed files with 7 additions and 0 deletions

View File

@ -398,6 +398,13 @@ was specified in
and no message of the requested type existed on the message queue.
.SH CONFORMING TO
SVr4, POSIX.1-2001.
The
.B MSG_EXCEPT
flag is Linux-specific;
its definition can be obtained by defining the
.B _GNU_SOURCE
feature test macro.
.SH NOTES
The inclusion of
.I <sys/types.h>