From fc611beda52e6063bf0510a84313d70eb033a672 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 11 Sep 2018 22:19:45 -0500 Subject: ctype: Add __ctype_b Signed-off-by: Samuel Holland --- CHANGELOG.rst | 6 ++++++ Makefile | 1 + libgcompat/ctype.c | 1 + 3 files changed, 8 insertions(+) create mode 100644 libgcompat/ctype.c diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2902cb3..f86ecdc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,12 @@ Build system * Allow building against libucontext. +ctype +----- + +* Add __ctype_b. + + cxx_thread ---------- diff --git a/Makefile b/Makefile index 74c25f6..272bfd9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ LIBGCOMPAT_INCLUDE = \ libgcompat/alias.h LIBGCOMPAT_SRC = \ + libgcompat/ctype.c \ libgcompat/cxx_thread.c \ libgcompat/dlfcn.c \ libgcompat/error.c \ diff --git a/libgcompat/ctype.c b/libgcompat/ctype.c new file mode 100644 index 0000000..1ae9877 --- /dev/null +++ b/libgcompat/ctype.c @@ -0,0 +1 @@ +const unsigned short int *__ctype_b; -- cgit v1.2.3-70-g09d2