Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2010 22:22:15 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211980 - head/include
Message-ID:  <201008292222.o7TMMFla076127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun Aug 29 22:22:15 2010
New Revision: 211980
URL: http://svn.freebsd.org/changeset/base/211980

Log:
  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

Modified:
  head/include/limits.h

Modified: head/include/limits.h
==============================================================================
--- head/include/limits.h	Sun Aug 29 22:17:53 2010	(r211979)
+++ head/include/limits.h	Sun Aug 29 22:22:15 2010	(r211980)
@@ -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



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