diff options
Diffstat (limited to 'libc/string/generic')
-rw-r--r-- | libc/string/generic/strncmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/strncmp.c b/libc/string/generic/strncmp.c index 4c1978439..12e0e4d17 100644 --- a/libc/string/generic/strncmp.c +++ b/libc/string/generic/strncmp.c @@ -65,4 +65,4 @@ int strncmp (const char *s1, const char *s2, size_t n) return c1 - c2; } -libc_hidden_def(strncmp) +libc_hidden_weak(strncmp) |