syscalls question

Andreas Jaeger aj@oss.sgi.com
Thu Apr 13 12:52:00 GMT 2000


On Thu, Apr 13, 2000 at 12:47:50PM -0700, Ulrich Drepper wrote:
> Andreas Jaeger <aj@oss.sgi.com> writes:
> 
> > sysdeps/unix/sysv/linux/syscalls.list contains a definition for pipe.
> > But for mips we do need the file from sysdeps/unix/mips/pipe.S
> > instead.  What's the proper way to fix this?  We could move the pipe
> > line to the linux specific architecture files.  But is there a more
> > elegant way of doing it?
> 
> This would be a bigger change than needed.  Simply put
> 
> 	#include <sysdeps/unix/mips/pipe.S>
> 
> in
> 
> 	sysdeps/unix/sysv/linux/mips/pipe.S
Thanks, I'll do that.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de
    currently: aj@oss.sgi.com


More information about the Libc-hacker mailing list