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/m68k/sys Pull up rev. 1.4 (approved by th...
details: https://anonhg.NetBSD.org/src/rev/7e92c6829fc9
branches: netbsd-1-5
changeset: 489584:7e92c6829fc9
user: kleink <kleink%NetBSD.org@localhost>
date: Fri Sep 29 09:05:18 2000 +0000
description:
Pull up rev. 1.4 (approved by thorpej):
Add internal name for pipe().
diffstat:
lib/libc/arch/m68k/sys/pipe.S | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 54c140c5df0e -r 7e92c6829fc9 lib/libc/arch/m68k/sys/pipe.S
--- a/lib/libc/arch/m68k/sys/pipe.S Fri Sep 29 09:05:04 2000 +0000
+++ b/lib/libc/arch/m68k/sys/pipe.S Fri Sep 29 09:05:18 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pipe.S,v 1.3 1999/10/25 23:48:17 thorpej Exp $ */
+/* $NetBSD: pipe.S,v 1.3.6.1 2000/09/29 09:05:18 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -43,11 +43,15 @@
#if 0
RCSID("from: @(#)pipe.s 5.1 (Berkeley) 5/12/90")
#else
- RCSID("$NetBSD: pipe.S,v 1.3 1999/10/25 23:48:17 thorpej Exp $")
+ RCSID("$NetBSD: pipe.S,v 1.3.6.1 2000/09/29 09:05:18 kleink Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
-SYSCALL(pipe)
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(pipe, _pipe)
+#endif
+
+_SYSCALL(_pipe, pipe)
movl %sp@(4),%a0
movl %d0,%a0@+
movl %d1,%a0@
Home |
Main Index |
Thread Index |
Old Index