summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/arch/sparc64/sys/syscall.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/arch/sparc64/sys/syscall.S b/lib/libc/arch/sparc64/sys/syscall.S
new file mode 100644
index 00000000000..61a343f775c
--- /dev/null
+++ b/lib/libc/arch/sparc64/sys/syscall.S
@@ -0,0 +1,8 @@
+/* $OpenBSD: syscall.S,v 1.1 2001/08/29 01:00:27 art Exp $ */
+/*
+ * Placed under public domain by art@openbsd.org
+ */
+#include <machine/asm.h>
+#include "SYS.h"
+
+RSYSCALL(syscall)