Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2008 05:56:57 +0000 (UTC)
From:      Garrett Wollman <wollman@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen sysconf.c
Message-ID:  <200802270556.m1R5uvDD040457@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     2008-02-27 05:56:57 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         sysconf.c 
  Log:
  stdio is currently limited to file descriptors not greater than
  {SHRT_MAX}, so {STREAM_MAX} should be no greater than that.  (This
  does not exactly meet the letter of POSIX but comes reasonably close
  to it in spirit.)
  
  MFC after:      14 days
  
  Revision  Changes    Path
  1.26      +19 -1     src/lib/libc/gen/sysconf.c



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