OSDN Git Service

Obligatory forgotten file.
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 8 Sep 2003 20:37:11 +0000 (20:37 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 8 Sep 2003 20:37:11 +0000 (20:37 -0000)
include/ctype.h

index 361f160..5034efb 100644 (file)
@@ -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  */