FreeBSD port (26): pipe.S for alpha
Bruno Haible
bruno@clisp.org
Thu Jul 11 05:26:00 GMT 2002
The FreeBSD version of pipe.S for alpha is identical to the ones used for
the Linux/alpha and OSF/1 ports. Since these are the only working ports of
glibc for alpha CPUs, it appears that all three operating systems are using
the same calling convention for their pipe(2) system call. Which makes it
unlikely that other OSes use a different calling convention.
2002-07-06 Bruno Haible <bruno@clisp.org>
* sysdeps/unix/sysv/linux/alpha/pipe.S: Move to ...
* sysdeps/unix/alpha/pipe.S: ... to here.
* sysdeps/unix/bsd/osf/alpha/pipe.S: Remove file.
mv sysdeps/unix/sysv/linux/alpha/pipe.S sysdeps/unix/alpha/pipe.S
rm sysdeps/unix/bsd/osf/alpha/pipe.S
More information about the Libc-alpha
mailing list