mqueues: Implement S_TYPEISMQ() macro.
authorStathis Kamperis <beket@dragonflybsd.org>
Sat, 24 Oct 2009 18:09:32 +0000 (21:09 +0300)
committerStathis Kamperis <beket@dragonflybsd.org>
Sat, 24 Oct 2009 18:20:07 +0000 (21:20 +0300)
commit6ea45f250c195daa9bd506a5305feff48fd67ab9
tree0f0158504cc64ad1530486f24426bf950d1292aa
parentdca3c15ddf676a29f295f41ee3d435142e51f0a1
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.
sys/sys/stat.h