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

看板DFBSD_commit作者時間16年前 (2009/12/22 06:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BB_0bjF (DFBSD_commit)