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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcscoll.c b/src/wchar/wcscoll.c
index 83fd39e8..4386b525 100644
--- a/src/wchar/wcscoll.c
+++ b/src/wchar/wcscoll.c
@@ -4,6 +4,8 @@
int wcscoll(const wchar_t * s1, const wchar_t * s2)
{
+ SIGNAL_SAFE(0);
+
/*
wchar_t *collated_s1 = s1;
wchar_t *collated_s2 = s2;