/[base]
ViewVC logotype

Revision 313734


Jump to revision: Previous Next
Author: kib
Date: Tue Feb 14 17:44:30 2017 UTC (7 years, 4 months ago)
Changed paths: 1
Log Message:
Add RLIM_SAVED_MAX and RLIM_SAVED_CUR symbols.

Define them as RLIM_INFINITY.  This is allowed by POSIX in case all
resource limits are representable in an object of type rlim_t.  Since
we do not allow negative rlim_t, with some strength this definition is
conforming.

We are not conforming fully still because POSIX requires rlim_t to be
unsigned type.  Fixing this without breaking ABI to redefine
RLIM_INFINITY is impossible.

PR:	209729
Submitted by:	bltsrc@mail.ru
Exp-run done by:	antoine
MFC after:	2 weeks


Changed paths

Path Details
Directoryhead/sys/sys/resource.h modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27