summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2010-08-29 22:22:15 +0000
committerjilles <jilles@FreeBSD.org>2010-08-29 22:22:15 +0000
commitf3ae717178071546ea821135ce012647f8c33ff4 (patch)
treedc2f4e78d932bb2a044400e1d13d12214c9b2d1d /include
parent39e5544fc330728708430aede1ee74f258f01993 (diff)
downloadFreeBSD-src-f3ae717178071546ea821135ce012647f8c33ff4.zip
FreeBSD-src-f3ae717178071546ea821135ce012647f8c33ff4.tar.gz
Correct value for _POSIX_AIO_LISTIO_MAX in <limits.h>.
All the "Minimum Values" (POSIX.1-2008 XBD 13 Headers <limits.h>) 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 Submitted by: gcooper MFC after: 2 weeks
Diffstat (limited to 'include')
-rw-r--r--include/limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h
index 6a24913..9828ab6 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -70,7 +70,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
OpenPOWER on IntegriCloud