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/b578c1584ba5
branches: netbsd-1-5
changeset: 489174:b578c1584ba5
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Aug 22 07:12:42 2000 +0000
description:
Pull up rev. 1.7 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().
diffstat:
lib/libc/arch/mips/sys/fork.S | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 1ccb7e4376b0 -r b578c1584ba5 lib/libc/arch/mips/sys/fork.S
--- a/lib/libc/arch/mips/sys/fork.S Tue Aug 22 07:11:59 2000 +0000
+++ b/lib/libc/arch/mips/sys/fork.S Tue Aug 22 07:12:42 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fork.S,v 1.6 1999/01/14 22:48:21 kleink Exp $ */
+/* $NetBSD: fork.S,v 1.6.10.1 2000/08/22 07:12:42 kleink Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -40,14 +40,18 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)fork.s 8.1 (Berkeley) 6/4/93")
- ASMSTR("$NetBSD: fork.S,v 1.6 1999/01/14 22:48:21 kleink Exp $")
+ ASMSTR("$NetBSD: fork.S,v 1.6.10.1 2000/08/22 07:12:42 kleink Exp $")
#endif /* LIBC_SCCS and not lint */
#ifdef ABICALLS
.abicalls
#endif
-LEAF(fork)
+#ifdef WEAK_ALIAS
+WEAK_ALIAS(fork, _fork)
+#endif
+
+LEAF(_fork)
#ifdef ABICALLS
.set noreorder
.cpload t9
Home |
Main Index |
Thread Index |
Old Index