syscall function implementation for Solaris/SPARC32.
authorUlrich Drepper <drepper@redhat.com>
Mon, 20 Jul 1998 17:25:27 +0000 (17:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 20 Jul 1998 17:25:27 +0000 (17:25 +0000)
sysdeps/unix/sysv/sysv4/solaris2/sparc/sparc32/syscall.S [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sparc32/syscall.S b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sparc32/syscall.S
new file mode 100644 (file)
index 0000000..b9f2996
--- /dev/null
@@ -0,0 +1,2 @@
+/* Bets are that the Linux code works... */
+#include <sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S>