Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/sparc64/sys Add simple __syscall.S to make lib...



details:   https://anonhg.NetBSD.org/src/rev/c4c641411d31
branches:  trunk
changeset: 500549:c4c641411d31
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Dec 13 20:25:04 2000 +0000

description:
Add simple __syscall.S to make libc compile on sparc64 again.

diffstat:

 lib/libc/arch/sparc64/sys/__syscall.S |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r ebed270a512e -r c4c641411d31 lib/libc/arch/sparc64/sys/__syscall.S
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libc/arch/sparc64/sys/__syscall.S     Wed Dec 13 20:25:04 2000 +0000
@@ -0,0 +1,6 @@
+/*     $NetBSD: __syscall.S,v 1.1 2000/12/13 20:25:04 martin Exp $     */
+
+#include <machine/asm.h>
+#include "SYS.h"
+
+RSYSCALL(__syscall)



Home | Main Index | Thread Index | Old Index