summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ctype.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ctype.h b/include/ctype.h
index 361f160f8..5034efbc1 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -27,6 +27,8 @@
#include <features.h>
#include <bits/types.h>
+#ifdef __UCLIBC_HAS_CTYPE_TABLES__
+
__BEGIN_DECLS
#ifndef _ISbit
@@ -379,4 +381,10 @@ extern int toupper_l (int __c, __locale_t __l) __THROW;
__END_DECLS
+#else /* __UCLIBC_HAS_CTYPE_TABLES__ */
+
+#include <bits/uClibc_ctype.h>
+
+#endif
+
#endif /* ctype.h */