https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243099
Bug ID: 243099
Summary: man page for mq_open() should suggest inclusion of
<fcntl.h>
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Users of the standard library mq_open() function will likely need to make use
of one or more of the O_* macros mentioned in the relevant man page, e.g.
O_CREAT.
Unfortunately, the man page for mq_open() only suggest inclusion of the
<mqueue.h> system-supplied header file. It should also suggest inclusion of
<fcntl.h> which is needed in order to also drag in the various O_* macro
definitions.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"