summaryrefslogtreecommitdiff
path: root/src/wchar/wcswcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcswcs.c')
-rw-r--r--src/wchar/wcswcs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wcswcs.c b/src/wchar/wcswcs.c
index 8f5df6f8..f9dcae5f 100644
--- a/src/wchar/wcswcs.c
+++ b/src/wchar/wcswcs.c
@@ -1,3 +1,5 @@
+#if 0
+
#ifdef __STDC_VERSION__
#include <wchar.h>
#else
@@ -16,3 +18,6 @@ wchar_t * wcswcs(const wchar_t * s1, const wchar_t * s2)
/*
XOPEN(4,700)
*/
+
+
+#endif