diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-01 02:06:12 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-01 02:06:12 +0000 |
commit | f62c00357455283f105729726ca500f1ae559f2f (patch) | |
tree | dc0df7f2b9c8421be6d0f2c87e8fff98661964e8 /libc/string/x86_64 | |
parent | fcbf1981941d12c9a50e1b75cd2085f3b80f8a48 (diff) |
remove hidden versions of bzero, unused in libc.so
Diffstat (limited to 'libc/string/x86_64')
-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) |