summaryrefslogtreecommitdiff
path: root/libc/string/powerpc/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/powerpc/memset.c')
-rw-r--r--libc/string/powerpc/memset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/string/powerpc/memset.c b/libc/string/powerpc/memset.c
index 372047797..f6cda9579 100644
--- a/libc/string/powerpc/memset.c
+++ b/libc/string/powerpc/memset.c
@@ -32,7 +32,6 @@ static inline int expand_byte_word(int c){
return c;
}
-#undef memset
void attribute_hidden *__memset(void *to, int c, size_t n)
{
unsigned long rem, chunks;
@@ -80,4 +79,4 @@ void attribute_hidden *__memset(void *to, int c, size_t n)
goto lessthan8;
}
-strong_alias(__memset, memset)
+strong_alias(__memset,memset)