diff options
Diffstat (limited to 'libc/string/x86_64/bzero.S')
-rw-r--r-- | libc/string/x86_64/bzero.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/x86_64/bzero.S b/libc/string/x86_64/bzero.S index 2b6ac0988..b6e41fb0f 100644 --- a/libc/string/x86_64/bzero.S +++ b/libc/string/x86_64/bzero.S @@ -1,3 +1,2 @@ #define memset bzero #include "memset.S" -libc_hidden_def(bzero) |