summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sh/string/bzero.S
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-10-10 22:07:11 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-10-10 22:07:11 +0000
commit2d14aa0f41a43d92d12477d07ea0f5768ebcdffc (patch)
treedabae06d2576492e33cb0f0aa9b840cf4e6581a9 /lib/libc/arch/sh/string/bzero.S
parent05ddbd26a5e752cb076b39a59d4da58b6fe3d365 (diff)
Preliminary userland bits for OpenBSD/landisk, many things coming from
NetBSD.
Diffstat (limited to 'lib/libc/arch/sh/string/bzero.S')
-rw-r--r--lib/libc/arch/sh/string/bzero.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/arch/sh/string/bzero.S b/lib/libc/arch/sh/string/bzero.S
new file mode 100644
index 00000000000..db410a81051
--- /dev/null
+++ b/lib/libc/arch/sh/string/bzero.S
@@ -0,0 +1,6 @@
+/* $OpenBSD: bzero.S,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */
+/* $NetBSD: bzero.S,v 1.1 2002/11/20 14:23:54 itohy Exp $ */
+
+#define BZERO
+#include "memset.S"
+