diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-27 01:20:58 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-27 01:20:58 +0000 |
commit | 9d083cc2534e8e2ae97e09ba8fcc21c818d68733 (patch) | |
tree | d57f5bcf207e60214a7e00b5eb9fdbbf428ce3a7 /libc/string/wcstok.c | |
parent | de77369cf4e80cb3c5ec250a25d2237df4abba11 (diff) |
Hide some wcs*
Diffstat (limited to 'libc/string/wcstok.c')
-rw-r--r-- | libc/string/wcstok.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/wcstok.c b/libc/string/wcstok.c index 2afbd9f22..625ee65e8 100644 --- a/libc/string/wcstok.c +++ b/libc/string/wcstok.c @@ -9,9 +9,9 @@ #define Wstrtok_r __wcstok #undef Wstrspn -#define Wstrspn wcsspn +#define Wstrspn __wcsspn #undef Wstrpbrk -#define Wstrpbrk wcspbrk +#define Wstrpbrk __wcspbrk #include "wstring.c" |