git: mq_open.2: Add <sys/types.h> in the SYNOPSIS for mode_t.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Oct 19 10:25:19 PDT 2019
commit b2d544777416ca5eaf5d4d69b62d5e5350d97bfc
Author: Sascha Wildner <saw at online.de>
Date: Sat Oct 19 19:19:50 2019 +0200
mq_open.2: Add <sys/types.h> in the SYNOPSIS for mode_t.
Strangely, while POSIX mentions the type for the mode argument when
using the O_CREAT flag, it does not require <mqueue.h> to define it.
We removed <sys/types.h> inclusion from <mqueue.h> recently and this
commit reflects that in the manual page.
Summary of changes:
lib/librt/mq_open.2 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b2d544777416ca5eaf5d4d69b62d5e5350d97bfc
--
DragonFly BSD source repository
More information about the Commits
mailing list