From ec91d8b59d5c8b314bc50cc6feedeeaf6fe3493c Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 23 Aug 2006 03:38:46 +0000 Subject: Merge from trunk. --- libc/string/strncmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/strncmp.c') diff --git a/libc/string/strncmp.c b/libc/string/strncmp.c index 7305cbaa5..8cebaacac 100644 --- a/libc/string/strncmp.c +++ b/libc/string/strncmp.c @@ -38,5 +38,5 @@ int Wstrncmp(register const Wchar *s1, register const Wchar *s2, size_t n) #endif } #ifndef WANT_WIDE -libc_hidden_def(strncmp) +libc_hidden_weak(strncmp) #endif -- cgit v1.2.3