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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wchar/wcscoll.c b/src/wchar/wcscoll.c
index 4386b525..a057b946 100644
--- a/src/wchar/wcscoll.c
+++ b/src/wchar/wcscoll.c
@@ -5,6 +5,7 @@
int wcscoll(const wchar_t * s1, const wchar_t * s2)
{
SIGNAL_SAFE(0);
+ /* TODO: overlap */
/*
wchar_t *collated_s1 = s1;