diff options
Diffstat (limited to 'libc/string/stpncpy.c')
-rw-r--r-- | libc/string/stpncpy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/string/stpncpy.c b/libc/string/stpncpy.c index 088145dea..50d83a131 100644 --- a/libc/string/stpncpy.c +++ b/libc/string/stpncpy.c @@ -27,7 +27,3 @@ Wchar *Wstpncpy(register Wchar * __restrict s1, } return s1 + (s2 - p); } - -#ifndef WANT_WIDE -libc_hidden_def(stpncpy) -#endif |