summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/bzero.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-21 02:18:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-21 02:18:29 +0000
commitf5c0ac3d4499a11f4581c1b4ff16cef7d8cf4c0b (patch)
tree4f7ce150130560ccff718076cf102fb4d114752c /libc/string/x86_64/bzero.S
parent37016e09de57c7145d7dd29cd1166f21f150d2cb (diff)
merge x86_64 optimized string support
Diffstat (limited to 'libc/string/x86_64/bzero.S')
-rw-r--r--libc/string/x86_64/bzero.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/string/x86_64/bzero.S b/libc/string/x86_64/bzero.S
new file mode 100644
index 000000000..abd252e7b
--- /dev/null
+++ b/libc/string/x86_64/bzero.S
@@ -0,0 +1,3 @@
+#define memset __bzero
+#include "memset.S"
+weak_alias (__bzero, bzero)