This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Consolidate Linux setrlimit and getrlimit implementation
On 21/10/2016 15:04, Joseph Myers wrote:
> On Fri, 21 Oct 2016, Adhemerval Zanella wrote:
>
>> +/* The __NR_getrlimit compatibility implementation is required iff
>> + __NR_getrlimit is also defined (meaning an old broken RLIM_INFINITY
>> + definition). */
>
> Do you mean "__NR_ugetrlimit is also defined"?
Yes, I fixed it on my local branch.