summaryrefslogtreecommitdiff
path: root/libc/string/i386/strlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/i386/strlen.c')
-rw-r--r--libc/string/i386/strlen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/string/i386/strlen.c b/libc/string/i386/strlen.c
index 859d0928c..01cc46f9e 100644
--- a/libc/string/i386/strlen.c
+++ b/libc/string/i386/strlen.c
@@ -32,7 +32,6 @@
#include <string.h>
-#undef strlen
size_t attribute_hidden __strlen(const char *s)
{
int d0;
@@ -46,4 +45,4 @@ size_t attribute_hidden __strlen(const char *s)
return __res;
}
-strong_alias(__strlen, strlen)
+strong_alias(__strlen,strlen)