summaryrefslogtreecommitdiff
path: root/libc/string/i386/strncmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/i386/strncmp.c')
-rw-r--r--libc/string/i386/strncmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/strncmp.c b/libc/string/i386/strncmp.c
index 0c42134e1..d716789c3 100644
--- a/libc/string/i386/strncmp.c
+++ b/libc/string/i386/strncmp.c
@@ -55,4 +55,4 @@ int strncmp(const char *cs, const char *ct, size_t count)
:"1" (cs),"2" (ct),"3" (count));
return __res;
}
-libc_hidden_def(strncmp)
+libc_hidden_weak(strncmp)