public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: Does e2fsprogs-1.26 work on mips?
@ 2002-03-25 19:00 Peter Hartley
  2002-03-25 19:11 ` H . J . Lu
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Hartley @ 2002-03-25 19:00 UTC (permalink / raw)
  To: linux-mips, linux kernel, GNU C Library

H J Lu wrote:
> What are you talking about? It doesn't matter which kernel header
> is used. glibc doesn't even use /usr/include/asm/resource.h nor
> should any user space applications.

It's not about /usr/include/asm/resource.h, it's about
/usr/include/asm/unistd.h, where the syscall numbers are defined.

This is presumably what the "#ifdef __NR_ugetrlimit" in
sysdeps/unix/sysv/linux/i386/getrlimit.c is meant to be testing against --
nothing in the glibc-2.2.5 distribution itself defines that symbol. Surely a
Linux glibc doesn't compile without the target system's linux/* and asm/*
headers?

2.4's /usr/include/asm/unistd.h defines __NR_ugetrlimit but 2.2's doesn't.

	Peter

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-03-25 20:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-25 19:00 Does e2fsprogs-1.26 work on mips? Peter Hartley
2002-03-25 19:11 ` H . J . Lu
2002-03-25 19:45   ` PATCH: Support __NR_ugetrlimit for 2.2 kernel (Re: Does e2fsprogs-1.26 work on mips?) H . J . Lu
2002-03-25 20:01     ` Daniel Jacobowitz
2002-03-25 20:39       ` H . J . Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox