Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/powerpc/sys This should convert to syscall but...



details:   https://anonhg.NetBSD.org/src/rev/22562ca25d1e
branches:  trunk
changeset: 500530:22562ca25d1e
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 13 07:50:48 2000 +0000

description:
This should convert to syscall but that's too hard.  So punt. XXX

diffstat:

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

diffs (9 lines):

diff -r 216f35a04dfb -r 22562ca25d1e lib/libc/arch/powerpc/sys/__syscall.S
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libc/arch/powerpc/sys/__syscall.S     Wed Dec 13 07:50:48 2000 +0000
@@ -0,0 +1,5 @@
+/*     $NetBSD: __syscall.S,v 1.1 2000/12/13 07:50:48 matt Exp $       */
+
+#include "SYS.h"
+
+RSYSCALL(__syscall)



Home | Main Index | Thread Index | Old Index