[libcxx] r336165 - [libc++] Install the missing header __errc
Zhihao Yuan via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 2 21:01:44 PDT 2018
Author: lichray
Date: Mon Jul 2 21:01:44 2018
New Revision: 336165
URL: http://llvm.org/viewvc/llvm-project?rev=336165&view=rev
Log:
[libc++] Install the missing header __errc
Summary: Omitted from D41347.
Reviewers: EricWF
Subscribers: mgorny, christof, ldionne, cfe-commits
Differential Revision: https://reviews.llvm.org/D48864
Modified:
libcxx/trunk/include/CMakeLists.txt
Modified: libcxx/trunk/include/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/CMakeLists.txt?rev=336165&r1=336164&r2=336165&view=diff
==============================================================================
--- libcxx/trunk/include/CMakeLists.txt (original)
+++ libcxx/trunk/include/CMakeLists.txt Mon Jul 2 21:01:44 2018
@@ -2,6 +2,7 @@ set(files
__bit_reference
__bsd_locale_defaults.h
__bsd_locale_fallbacks.h
+ __errc
__debug
__functional_03
__functional_base
More information about the cfe-commits
mailing list