From a94bbe0645d9c8cfb0a3ff11fa0d39f98420eb89 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Thu, 19 Apr 2018 15:18:56 +0300 Subject: libc: Implement bionic's ctype --- src/libc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libc.c') diff --git a/src/libc.c b/src/libc.c index 447220e..5e0618f 100644 --- a/src/libc.c +++ b/src/libc.c @@ -71,8 +71,8 @@ tkill(int tid, int sig) // Also stuff that exists in glibc, but needs to be wrapped for runtime compatibility #include "libc-stdio.h" +#include "libc-ctype.h" -const char *bionic__ctype_, *bionic__tolower_tab_, *bionic__toupper_tab_; const unsigned int bionic___page_size = PAGE_SIZE; __attribute_const__ -- cgit v1.2.3