From 1a2c6ebb1a31b18426fae57a93d3be1b7450d795 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 9 Oct 2010 13:01:25 +0000 Subject: MFC r211980: Correct value for _POSIX_AIO_LISTIO_MAX in . All the "Minimum Values" (POSIX.1-2008 XBD 13 Headers ) are now correct. These should all be exactly as they are in the specification; the possibly higher values we support are announced differently. PR: standards/104743 --- include/limits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/limits.h b/include/limits.h index 3f770cc3408e..c6c4350738fc 100644 --- a/include/limits.h +++ b/include/limits.h @@ -74,7 +74,7 @@ #endif #if __POSIX_VISIBLE >= 199309 -#define _POSIX_AIO_LISTIO_MAX 16 +#define _POSIX_AIO_LISTIO_MAX 2 #define _POSIX_AIO_MAX 1 #define _POSIX_DELAYTIMER_MAX 32 #define _POSIX_MQ_OPEN_MAX 8 -- cgit v1.3