svn commit: r213655 - stable/8/include
Jilles Tjoelker
jilles at FreeBSD.org
Sat Oct 9 13:01:25 UTC 2010
Author: jilles
Date: Sat Oct 9 13:01:25 2010
New Revision: 213655
URL: http://svn.freebsd.org/changeset/base/213655
Log:
MFC r211980: 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
Modified:
stable/8/include/limits.h
Directory Properties:
stable/8/include/ (props changed)
Modified: stable/8/include/limits.h
==============================================================================
--- stable/8/include/limits.h Sat Oct 9 12:57:06 2010 (r213654)
+++ stable/8/include/limits.h Sat Oct 9 13:01:25 2010 (r213655)
@@ -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
More information about the svn-src-stable
mailing list