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

Stathis Kamperis beket at crater.dragonflybsd.org
Fri Nov 6 15:04:33 PST 2009


commit 1973ed78140b304a046f6c01c297510dc14611c0
Author: Stathis Kamperis <beket at 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





More information about the Commits mailing list