diff options
Diffstat (limited to 'libc/string/x86_64/bzero.S')
-rw-r--r-- | libc/string/x86_64/bzero.S | 3 |
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) |