summaryrefslogtreecommitdiff
path: root/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'wctype')
-rw-r--r--wctype/wctrans.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wctype/wctrans.c b/wctype/wctrans.c
index a9f83e40b9..771fb842ef 100644
--- a/wctype/wctrans.c
+++ b/wctype/wctrans.c
@@ -23,6 +23,10 @@
#include <wctype.h>
#include "../locale/localeinfo.h"
+/* These are not exported. */
+extern const uint32_t *__ctype32_toupper;
+extern const uint32_t *__ctype32_tolower;
+
wctrans_t
wctrans (const char *property)
{