Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2010 14:40:03 GMT
From:      dfilter@FreeBSD.org (dfilter service)
To:        freebsd-standards@FreeBSD.org
Subject:   Re: standards/104743: commit references a PR
Message-ID:  <201010091440.o99Ee3dF074418@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR standards/104743; it has been noted by GNATS.

From: dfilter@FreeBSD.org (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: standards/104743: commit references a PR
Date: Sat,  9 Oct 2010 13:01:31 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"



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