git: mqueues: Let the world know we support them.

看板DFBSD_commit作者時間16年前 (2009/11/07 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 1973ed78140b304a046f6c01c297510dc14611c0 Author: Stathis Kamperis <beket@dragonflybsd.org> Date: Fri Nov 6 22:42:26 2009 +0200 mqueues: Let the world know we support them. There are two ways to determine whether we support the message passing interface, as described in POSIX 1003.1B standard. The standard way is to use sysconf(3) and the DragonFly-specific way is to check the value of p1003_1b.message_passing sysctl. We make sure that both return consistent results with respect to each other. Summary of changes: lib/libc/gen/sysconf.c | 6 ------ sys/kern/kern_p1003_1b.c | 2 ++ sys/sys/unistd.h | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1973ed78140b304a046f6c01c297510dc14611c0 -- DragonFly BSD source repository
文章代碼(AID): #1AzB7tNL (DFBSD_commit)