This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FreeBSD port (26): pipe.S for alpha


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


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