summaryrefslogtreecommitdiff
path: root/src/wchar/wcscoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcscoll.c')
-rw-r--r--src/wchar/wcscoll.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcscoll.c b/src/wchar/wcscoll.c
index 097a2cc4..83fd39e8 100644
--- a/src/wchar/wcscoll.c
+++ b/src/wchar/wcscoll.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <wchar.h>
int wcscoll(const wchar_t * s1, const wchar_t * s2)
@@ -13,3 +15,6 @@ int wcscoll(const wchar_t * s1, const wchar_t * s2)
/*
STDC(199409)
*/
+
+
+#endif