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


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

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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