Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/mips/sys Another bare minimum __syscall.
details: https://anonhg.NetBSD.org/src/rev/234d77537cc7
branches: trunk
changeset: 500566:234d77537cc7
user: simonb <simonb%NetBSD.org@localhost>
date: Wed Dec 13 23:18:40 2000 +0000
description:
Another bare minimum __syscall.
diffstat:
lib/libc/arch/mips/sys/__syscall.S | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (9 lines):
diff -r 467af7d2f684 -r 234d77537cc7 lib/libc/arch/mips/sys/__syscall.S
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libc/arch/mips/sys/__syscall.S Wed Dec 13 23:18:40 2000 +0000
@@ -0,0 +1,5 @@
+/* $NetBSD: __syscall.S,v 1.1 2000/12/13 23:18:40 simonb Exp $ */
+
+#include "SYS.h"
+
+RSYSCALL(__syscall)
Home |
Main Index |
Thread Index |
Old Index