[libc-commits] [libc] 462b356 - [libc][obvious] Add the new ctype.h target to the list of x86_64 headers.
Siva Chandra Reddy via libc-commits
libc-commits at lists.llvm.org
Tue Jul 28 16:42:41 PDT 2020
Author: Siva Chandra Reddy
Date: 2020-07-28T16:42:25-07:00
New Revision: 462b3564f1bd103b43ccaa2ddd9211badcf0f68d
URL: https://github.com/llvm/llvm-project/commit/462b3564f1bd103b43ccaa2ddd9211badcf0f68d
DIFF: https://github.com/llvm/llvm-project/commit/462b3564f1bd103b43ccaa2ddd9211badcf0f68d.diff
LOG: [libc][obvious] Add the new ctype.h target to the list of x86_64 headers.
This will fix the integration test which is failing currently.
Added:
Modified:
libc/config/linux/x86_64/headers.txt
Removed:
################################################################################
diff --git a/libc/config/linux/x86_64/headers.txt b/libc/config/linux/x86_64/headers.txt
index b44681a5db4e..550f172c32c1 100644
--- a/libc/config/linux/x86_64/headers.txt
+++ b/libc/config/linux/x86_64/headers.txt
@@ -1,5 +1,6 @@
set(TARGET_PUBLIC_HEADERS
libc.include.assert_h
+ libc.include.ctype
libc.include.errno
libc.include.math
libc.include.signal
More information about the libc-commits
mailing list