math: new logf
[musl] / src / ctype / __ctype_b_loc.c
index a392710..f43795e 100644 (file)
@@ -1,4 +1,3 @@
-#include <ctype.h>
 #include <endian.h>
 
 #if __BYTE_ORDER == __BIG_ENDIAN
@@ -34,7 +33,7 @@ X(0x8c6),X(0x8c6),X(0x8c6),X(0x4c0),X(0x4c0),X(0x4c0),X(0x4c0),X(0x200),
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
 };
 
-static const unsigned short *const ptable = table;
+static const unsigned short *const ptable = table+128;
 
 const unsigned short **__ctype_b_loc(void)
 {