aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/sys/shmat.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arm/sys/shmat.S')
-rw-r--r--lib/libc/arm/sys/shmat.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/arm/sys/shmat.S b/lib/libc/arm/sys/shmat.S
new file mode 100644
index 000000000000..3fc3d02c6e47
--- /dev/null
+++ b/lib/libc/arm/sys/shmat.S
@@ -0,0 +1,7 @@
+/* $NetBSD: shmat.S,v 1.1 2000/12/29 20:14:04 bjh21 Exp $ */
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+#include "SYS.h"
+
+RSYSCALL(shmat)