Messages in this thread |  | | | Date | Thu, 16 Dec 1999 14:52:30 +0100 | | From | Thorsten Kukuk <> | | Subject | Re: [PATCH] asm*/resource.h fix for glibc |
| |
Hi,
On Thu, Dec 16, Jakub Jelinek wrote:
[...]
> --- linux/include/asm-sparc/resource.h.jj Thu Dec 9 22:29:06 1999 > +++ linux/include/asm-sparc/resource.h Thu Dec 16 11:13:26 1999 > @@ -28,7 +28,9 @@ > * SuS says limits have to be unsigned. > * Which makes a ton more sense anyway. > */ > +#ifdef _LINUX_RESOURCE_H > #define RLIM_INFINITY (~0UL) > +#endif > > #ifdef __KERNEL__ > #define INIT_RLIMITS \
Since the old RLIM_INFINITY is the preferred value for SPARC, shouldn't we change this back in the kernel, too (like on ALPHA) ? Or the value from the kernel header is different then the value from the glibc header file for SPARC.
Thorsten
-- Thorsten Kukuk http://www.suse.de/~kukuk/ kukuk@suse.de SuSE GmbH Schanzaeckerstr. 10 90443 Nuernberg Linux is like a Vorlon. It is incredibly powerful, gives terse, cryptic answers and has a lot of things going on in the background.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |