standards/104743: commit references a PR

dfilter service dfilter at FreeBSD.org
Sat Oct 9 14:40:03 UTC 2010


The following reply was made to PR standards/104743; it has been noted by GNATS.

From: dfilter at FreeBSD.org (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"


More information about the freebsd-standards mailing list