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/ns32k/sys Pull up rev. 1.7 (approved by t...



details:   https://anonhg.NetBSD.org/src/rev/18f50876da73
branches:  netbsd-1-5
changeset: 489176:18f50876da73
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Aug 22 07:14:17 2000 +0000

description:
Pull up rev. 1.7 (approved by thorpej):
Add internal names for brk(), sbrk() and fork().

diffstat:

 lib/libc/arch/ns32k/sys/brk.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5dbff4542ada -r 18f50876da73 lib/libc/arch/ns32k/sys/brk.S
--- a/lib/libc/arch/ns32k/sys/brk.S     Tue Aug 22 07:13:30 2000 +0000
+++ b/lib/libc/arch/ns32k/sys/brk.S     Tue Aug 22 07:14:17 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: brk.S,v 1.6 1999/01/14 22:48:21 kleink Exp $   */
+/*     $NetBSD: brk.S,v 1.6.10.1 2000/08/22 07:14:17 kleink Exp $      */
 
 /* 
  * Copyright (c) 1992 Helsinki University of Technology
@@ -24,12 +24,12 @@
 #include "SYS.h"
 
 #if defined(LIBC_SCCS)
-       RCSID("$NetBSD: brk.S,v 1.6 1999/01/14 22:48:21 kleink Exp $")
+       RCSID("$NetBSD: brk.S,v 1.6.10.1 2000/08/22 07:14:17 kleink Exp $")
 #endif
 
 DATA_D(__minbrk, _C_LABEL(end))
 
-ENTRY(brk)
+ENTRY(_brk)
        PIC_PROLOGUE
        cmpd    PIC_S_ARG0,PIC_GOT(_C_LABEL(__minbrk))
        bge     0f



Home | Main Index | Thread Index | Old Index