Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2011 22:34:13 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include limits.h
Message-ID:  <201103032234.p23MYOpf017813@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2011-03-03 22:34:13 UTC

  FreeBSD src repository

  Modified files:
    include              limits.h 
  Log:
  SVN rev 219256 on 2011-03-03 22:34:13Z by jilles
  
  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)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.19      +15 -4     src/include/limits.h



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