summaryrefslogtreecommitdiff
path: root/stdlib/wctomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/wctomb.c')
-rw-r--r--stdlib/wctomb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/wctomb.c b/stdlib/wctomb.c
index ae73d5f75d..e6817320ae 100644
--- a/stdlib/wctomb.c
+++ b/stdlib/wctomb.c
@@ -52,3 +52,4 @@ wctomb (char *s, wchar_t wchar)
return __wcrtomb (s, wchar, &__no_r_state);
}
+libc_hidden_def (wctomb)