git: mqueues: Implement S_TYPEISMQ() macro.
commit 6ea45f250c195daa9bd506a5305feff48fd67ab9
Author: Stathis Kamperis <beket@dragonflybsd.org>
Date: Sat Oct 24 21:09:32 2009 +0300
mqueues: Implement S_TYPEISMQ() macro.
Since Issue 6 of POSIX standard S_TYPEISMQ(), S_TYPEISSEM() and
S_TYPEISSHM() macros are unconditionally mandated. Here we add
support for the message queues only.
Summary of changes:
sys/sys/stat.h | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6ea45f250c195daa9bd506a5305feff48fd67ab9
--
DragonFly BSD source repository