summaryrefslogtreecommitdiff
path: root/sysdeps/i386/bzero.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/bzero.S')
-rw-r--r--sysdeps/i386/bzero.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/i386/bzero.S b/sysdeps/i386/bzero.S
new file mode 100644
index 0000000000..c8dd47b4da
--- /dev/null
+++ b/sysdeps/i386/bzero.S
@@ -0,0 +1,5 @@
+#define USE_AS_BZERO
+#define memset __bzero
+#include "memset.S"
+
+weak_alias (__bzero, bzero)