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/mips/sys Pull up rev. 1.7 (approved by th...
details: https://anonhg.NetBSD.org/src/rev/9deaee60cf60
branches: netbsd-1-5
changeset: 489585:9deaee60cf60
user: kleink <kleink%NetBSD.org@localhost>
date: Fri Sep 29 09:05:35 2000 +0000
description:
Pull up rev. 1.7 (approved by thorpej):
Add internal name for pipe().
diffstat:
lib/libc/arch/mips/sys/pipe.S | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 7e92c6829fc9 -r 9deaee60cf60 lib/libc/arch/mips/sys/pipe.S
--- a/lib/libc/arch/mips/sys/pipe.S Fri Sep 29 09:05:18 2000 +0000
+++ b/lib/libc/arch/mips/sys/pipe.S Fri Sep 29 09:05:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pipe.S,v 1.6 1999/01/14 22:48:21 kleink Exp $ */
+/* $NetBSD: pipe.S,v 1.6.10.1 2000/09/29 09:05:35 kleink Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -40,14 +40,18 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)pipe.s 8.1 (Berkeley) 6/4/93")
- ASMSTR("$NetBSD: pipe.S,v 1.6 1999/01/14 22:48:21 kleink Exp $")
+ ASMSTR("$NetBSD: pipe.S,v 1.6.10.1 2000/09/29 09:05:35 kleink Exp $")
#endif /* LIBC_SCCS and not lint */
#ifdef ABICALLS
.abicalls
#endif
-LEAF(pipe)
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(pipe, _pipe)
+#endif
+
+LEAF(_pipe)
#ifdef ABICALLS
.set noreorder
.cpload t9
Home |
Main Index |
Thread Index |
Old Index