diff options
Diffstat (limited to 'libc/string/strncpy.c')
| -rw-r--r-- | libc/string/strncpy.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/strncpy.c b/libc/string/strncpy.c index 7c6654626..40da93dac 100644 --- a/libc/string/strncpy.c +++ b/libc/string/strncpy.c @@ -34,4 +34,6 @@ Wchar *Wstrncpy(Wchar * __restrict s1, register const Wchar * __restrict s2,  	return s1;  } +#ifndef WANT_WIDE  libc_hidden_def(strncpy) +#endif  | 
