summaryrefslogtreecommitdiff
path: root/src/wchar/wcswidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/wcswidth.c')
-rw-r--r--src/wchar/wcswidth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wchar/wcswidth.c b/src/wchar/wcswidth.c
index c10bf4c7..3aadc89b 100644
--- a/src/wchar/wcswidth.c
+++ b/src/wchar/wcswidth.c
@@ -7,6 +7,8 @@
int wcswidth(const wchar_t * wcsptr, size_t n)
{
+ SIGNAL_SAFE(0);
+
}
/*