Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2010 13:01:25 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r213655 - stable/8/include
Message-ID:  <201010091301.o99D1P3l040422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010091301.o99D1P3l040422>