|
@@ -28,6 +28,7 @@
|
|
#include "bitops.h"
|
|
#include "bitops.h"
|
|
#include <asm/cpufeature.h>
|
|
#include <asm/cpufeature.h>
|
|
#include <asm/processor-flags.h>
|
|
#include <asm/processor-flags.h>
|
|
|
|
+#include "ctype.h"
|
|
|
|
|
|
/* Useful macros */
|
|
/* Useful macros */
|
|
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
|
|
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
|
|
@@ -200,8 +201,6 @@ static inline int memcmp_gs(const void *s1, addr_t s2, size_t len)
|
|
return diff;
|
|
return diff;
|
|
}
|
|
}
|
|
|
|
|
|
-#include "isdigit.h"
|
|
|
|
-
|
|
|
|
/* Heap -- available for dynamic lists. */
|
|
/* Heap -- available for dynamic lists. */
|
|
extern char _end[];
|
|
extern char _end[];
|
|
extern char *HEAP;
|
|
extern char *HEAP;
|