Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/lib/libc/arch/vax/sys Pull up rev. 1.2 (approved by tho...
details: https://anonhg.NetBSD.org/src/rev/d479dfef73c1
branches: netbsd-1-5
changeset: 489590:d479dfef73c1
user: kleink <kleink%NetBSD.org@localhost>
date: Fri Sep 29 09:07:21 2000 +0000
description:
Pull up rev. 1.2 (approved by thorpej):
Add internal name for pipe().
diffstat:
lib/libc/arch/vax/sys/pipe.S | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 1d75ca402c44 -r d479dfef73c1 lib/libc/arch/vax/sys/pipe.S
--- a/lib/libc/arch/vax/sys/pipe.S Fri Sep 29 09:07:07 2000 +0000
+++ b/lib/libc/arch/vax/sys/pipe.S Fri Sep 29 09:07:21 2000 +0000
@@ -33,12 +33,16 @@
#if defined(SYSLIBC_SCCS) && !defined(lint)
/* .asciz "@(#)pipe.s 8.1 (Berkeley) 6/4/93" */
- .asciz "$NetBSD: pipe.S,v 1.1 1995/04/17 12:24:02 ragge Exp $"
+ .asciz "$NetBSD: pipe.S,v 1.1.20.1 2000/09/29 09:07:21 kleink Exp $"
#endif /* SYSLIBC_SCCS and not lint */
#include "SYS.h"
-SYSCALL(pipe)
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(pipe, _pipe)
+#endif
+
+_SYSCALL(_pipe,pipe)
movl 4(ap),r2
movl r0,(r2)+
movl r1,(r2)
Home |
Main Index |
Thread Index |
Old Index