[PATCH] D48864: [libc++] Install the missing header __errc

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 2 21:05:47 PDT 2018


lichray created this revision.
Herald added subscribers: cfe-commits, ldionne, christof, mgorny.
Herald added a reviewer: EricWF.

Omitted from https://reviews.llvm.org/D41347.


Repository:
  rCXX libc++

https://reviews.llvm.org/D48864

Files:
  include/CMakeLists.txt


Index: include/CMakeLists.txt
===================================================================
--- include/CMakeLists.txt
+++ include/CMakeLists.txt
@@ -2,6 +2,7 @@
   __bit_reference
   __bsd_locale_defaults.h
   __bsd_locale_fallbacks.h
+  __errc
   __debug
   __functional_03
   __functional_base


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48864.153853.patch
Type: text/x-patch
Size: 303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180703/a92f39ba/attachment.bin>


More information about the cfe-commits mailing list