[Bug 225905] shmget man page misses #include "sys/stat.h"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 15 17:41:14 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225905

Brooks Davis <brooks at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks at FreeBSD.org

--- Comment #1 from Brooks Davis <brooks at FreeBSD.org> ---
I was curious what the standards compliant thing to do here was and it's
apparently to be completely unhelpful and not say what the mode bit mean except
in some other badly referenced document (having checked Solaris, Linux, and
POSIX).  We have some internal defines which are documented in semget.2.  I
wonder if we'd be better off switching to the SHM_[RW] version of that text
(and adding it to msgget).  That would avoid the need for more headers.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list