This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

getrlimit changes


Hi,

the kernel people recently changed (at least for x86) the types used
for rlimit in the kernel to unsigned and changed the INIFITY values.
I've checked in appropriate changes for the libc headers a few minutes
ago but this is probably not enough as these new programs should work
on old kernel.  So I plan to add a wrapper around setrlimit() to limit
the values passed in for old kernels to the old INFINITY value.  Is
there anything else missing?  I don't think another architecture was
effected, right?

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]