DragonFly BSD
DragonFly commits List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: aio: Make sysconf() report correct value.


From: Stathis Kamperis <beket@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Dec 2009 13:39:30 -0800 (PST)

commit 08fc2af97081039b29e8979adab62acd128edfc9
Author: Stathis Kamperis <beket@dragonflybsd.org>
Date:   Mon Dec 21 22:42:39 2009 +0200

    aio: Make sysconf() report correct value.
    
    Issue 6 says that _POSIX_ASYNCHRONOUS_IO shall be defined equal to
    -1, 0, or 200112L. But sysconf() shall report either -1 or 200112L.
    
    We provide headers, data types and functions for the AIO interface,
    but not any actual implementation. This means that the symbol
    _POSIX_ASYNCHRONOUS_IO shall be 0 (it is already) and sysconf()
    shall return -1 (it didn't until now).

Summary of changes:
 sys/kern/kern_p1003_1b.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08fc2af97081039b29e8979adab62acd128edfc9


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]