diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-26 01:21:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-26 01:21:10 +0000 |
commit | d8ea341e64250c2f4636c559562e8904037eda74 (patch) | |
tree | 5df7693726ec3a9f73e4d622b8312d42e8f31e03 /libc/misc/fnmatch | |
parent | 873228f50b0a83833e0f498010ffe3dcc75a9258 (diff) |
libc/string: need additional work to remove libc_hidden_proto's properly
Diffstat (limited to 'libc/misc/fnmatch')
-rw-r--r-- | libc/misc/fnmatch/fnmatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 2256cb84c..ed86fe861 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -90,8 +90,8 @@ /* libc_hidden_proto(wmemchr) */ /* libc_hidden_proto(wmempcpy) */ /* libc_hidden_proto(wcscat) */ -/*libc_hidden_proto(wcschr)*/ -/*libc_hidden_proto(wcschrnul)*/ +/* libc_hidden_proto(wcschr) */ +/* libc_hidden_proto(wcschrnul) */ /* libc_hidden_proto(wcslen) */ /* libc_hidden_proto(wcscoll) */ /* libc_hidden_proto(towlower) */ |