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.4 (approved by t...
details: https://anonhg.NetBSD.org/src/rev/d382c59dac5d
branches: netbsd-1-5
changeset: 489586:d382c59dac5d
user: kleink <kleink%NetBSD.org@localhost>
date: Fri Sep 29 09:05:48 2000 +0000
description:
Pull up rev. 1.4 (approved by thorpej):
Add internal name for pipe().
diffstat:
lib/libc/arch/ns32k/sys/pipe.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 9deaee60cf60 -r d382c59dac5d lib/libc/arch/ns32k/sys/pipe.S
--- a/lib/libc/arch/ns32k/sys/pipe.S Fri Sep 29 09:05:35 2000 +0000
+++ b/lib/libc/arch/ns32k/sys/pipe.S Fri Sep 29 09:05:48 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pipe.S,v 1.3 1997/05/08 13:39:05 matthias Exp $ */
+/* $NetBSD: pipe.S,v 1.3.12.1 2000/09/29 09:05:48 kleink Exp $ */
/*
* Copyright (c) 1992 Helsinki University of Technology
@@ -24,10 +24,10 @@
#include "SYS.h"
#if defined(LIBC_SCCS)
- RCSID("$NetBSD: pipe.S,v 1.3 1997/05/08 13:39:05 matthias Exp $")
+ RCSID("$NetBSD: pipe.S,v 1.3.12.1 2000/09/29 09:05:48 kleink Exp $")
#endif
-SYSCALL(pipe)
+_SYSCALL(pipe,_pipe)
movd S_ARG0,r2
movd r0,0(r2)
movd r1,4(r2)
Home |
Main Index |
Thread Index |
Old Index