Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jan 2020 23:45:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 243099] man page for mq_open() should suggest inclusion of <fcntl.h>
Message-ID:  <bug-243099-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243099

            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: bugs@FreeBSD.org
          Reporter: rfg-freebsd@tristatelogic.com
                CC: doc@FreeBSD.org

Users of the standard library mq_open() function will likely need to make u=
se
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.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243099-9>