This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: v2: The GNU C Library 2.16 release plan


On 02/06/12 10:47, H.J. Lu wrote:
> On Fri, Jun 1, 2012 at 5:36 PM, Allan McRae <allan@archlinux.org> wrote:

>>
>> I assume these two are missing header issues but have not investigated yet:
>>
>> busybox-1.19.4:
>> shell/shell_common.c: In function 'printlim':
>> shell/shell_common.c:369:2: error: unknown type name 'rlim_t'
>> shell/shell_common.c:371:13: error: dereferencing pointer to incomplete type
>> shell/shell_common.c:373:14: error: dereferencing pointer to incomplete type
>> shell/shell_common.c:375:13: error: 'RLIM_INFINITY' undeclared (first
>> use in this function)
> 
> This is very odd.  Need more info.
> 
>> pam-1.1.5:
>> pam_unix_acct.c: In function '_unix_run_verify_binary':
>> pam_unix_acct.c:97:19: error: storage size of 'rlim' isn't known
>> pam_unix_acct.c:106:19: error: 'RLIMIT_NOFILE' undeclared (first use in
>> this function)
>>
> 
> This is very odd.  Need more info.
> 

Both these are missing "#include <sys/resource.h>" in the relevant
files.  I guess that was included transitively in glibc-2.15.   So not a
glibc issue.

Allan


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