diff options
Diffstat (limited to 'libc/string/strtok.c')
-rw-r--r-- | libc/string/strtok.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/strtok.c b/libc/string/strtok.c index 159dd6b6a..c337d81a7 100644 --- a/libc/string/strtok.c +++ b/libc/string/strtok.c @@ -15,7 +15,6 @@ # define Wstrtok_r strtok_r #endif -/* Experimentally off - libc_hidden_proto(Wstrtok_r) */ Wchar *Wstrtok(Wchar * __restrict s1, const Wchar * __restrict s2) { |