Browse Source

Obligatory forgotten file.

Manuel Novoa III 20 years ago
parent
commit
ca773a850f
1 changed files with 8 additions and 0 deletions
  1. 8 0
      include/ctype.h

+ 8 - 0
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  */