Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/m68k/sys The bare minimum to get m68k libc wor...



details:   https://anonhg.NetBSD.org/src/rev/886c02280948
branches:  trunk
changeset: 500554:886c02280948
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Dec 13 21:46:23 2000 +0000

description:
The bare minimum to get m68k libc working again...

diffstat:

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

diffs (8 lines):

diff -r c14f566bffbc -r 886c02280948 lib/libc/arch/m68k/sys/__syscall.S
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libc/arch/m68k/sys/__syscall.S        Wed Dec 13 21:46:23 2000 +0000
@@ -0,0 +1,4 @@
+/*     $NetBSD: __syscall.S,v 1.1 2000/12/13 21:46:23 scw Exp $        */
+
+#include "SYS.h"
+RSYSCALL(__syscall)



Home | Main Index | Thread Index | Old Index