]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r219256: Fix some _POSIX minimum/maximum values in limits.h:
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Mar 2011 22:47:52 +0000 (22:47 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Mar 2011 22:47:52 +0000 (22:47 +0000)
commit14322cb3bd3f95f6cd4205fcb0d183ae52fe7cd3
tree05cc8cf2c9bc0882df92a1eef394cf52968fd8f4
parent070f5678a25fcee3bc723be354317f14ce69a316
MFC r219256: Fix some _POSIX minimum/maximum values in limits.h:
* Some values changed in POSIX.1-2001; provide the former value if a program
  requests compliance to an earlier version of POSIX. [1]
* Add missing _POSIX_CLOCKRES_MIN constant. This is a maximum value but
  otherwise works the same as the minimum values.

PR: standards/104743
Submitted by: bde [1] (not exact #ifdefs, but the values)

git-svn-id: svn://svn.freebsd.org/base/stable/8@219726 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/limits.h