diff options
Diffstat (limited to 'libc/string/stpncpy.c')
-rw-r--r-- | libc/string/stpncpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/stpncpy.c b/libc/string/stpncpy.c index 2603d2bd0..dac8471fd 100644 --- a/libc/string/stpncpy.c +++ b/libc/string/stpncpy.c @@ -10,7 +10,7 @@ #ifdef WANT_WIDE # define Wstpncpy wcpncpy #else -libc_hidden_proto(stpncpy) +/* Experimentally off - libc_hidden_proto(stpncpy) */ # define Wstpncpy stpncpy #endif |