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/arm32/sys Pull up rev. 1.4 (approved by t...
details: https://anonhg.NetBSD.org/src/rev/39558ce1bfd8
branches: netbsd-1-5
changeset: 489582:39558ce1bfd8
user: kleink <kleink%NetBSD.org@localhost>
date: Fri Sep 29 09:04:46 2000 +0000
description:
Pull up rev. 1.4 (approved by thorpej):
Add internal name for pipe().
diffstat:
lib/libc/arch/arm32/sys/pipe.S | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 01bc5e0cd322 -r 39558ce1bfd8 lib/libc/arch/arm32/sys/pipe.S
--- a/lib/libc/arch/arm32/sys/pipe.S Fri Sep 29 09:04:28 2000 +0000
+++ b/lib/libc/arch/arm32/sys/pipe.S Fri Sep 29 09:04:46 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pipe.S,v 1.3 1997/10/06 00:07:14 mark Exp $ */
+/* $NetBSD: pipe.S,v 1.3.12.1 2000/09/29 09:04:46 kleink Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -37,7 +37,11 @@
#include "SYS.h"
-ENTRY(pipe)
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(pipe, _pipe)
+#endif
+
+ENTRY(_pipe)
mov r2, r0
swi SYS_pipe
bcs cerror
Home |
Main Index |
Thread Index |
Old Index