bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RLIM_INFINITY definition


From: Golubev I. N.
Subject: RLIM_INFINITY definition
Date: Sat, 28 Oct 2000 15:19:11 (GMT)

glibc version: 2.1.{2,3}
linux kernel version: 2.4.0-test9

Both glibc <bits/resource.h> and linux <asm/resource.h> (at least for
i386 and alpha) define RLIM_INFINITY, and definitions of this symbol
are different in those files.

echo '#include<sys/resource.h>'|cc -E ->/dev/null
In file included from /usr/include/sys/resource.h:25,
                 from :1:
/usr/include/bits/resource.h:109: warning: `RLIM_INFINITY' redefined
/usr/include/asm/resource.h:26: warning: this is the location of the previous 
definition



reply via email to

[Prev in Thread] Current Thread [Next in Thread]