This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: syscalls question


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

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