From 70e05c67ce6f044b5b99e01a5d972bbe92c38344 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 19 Jul 2019 16:55:59 -0400 Subject: update libcxx to llvm9 upstream commit 1931d3cb20a00da732c5210b123656632982fde0 --- lib/libcxx/include/module.modulemap | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libcxx/include/module.modulemap') diff --git a/lib/libcxx/include/module.modulemap b/lib/libcxx/include/module.modulemap index 6d88f52113..bbfe90ed57 100644 --- a/lib/libcxx/include/module.modulemap +++ b/lib/libcxx/include/module.modulemap @@ -24,7 +24,10 @@ module std [system] { header "errno.h" export * } - // provided by C library. + module fenv_h { + header "fenv.h" + export * + } // provided by compiler or C library. module inttypes_h { header "inttypes.h" -- cgit v1.2.3