summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-06 09:48:32 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-06 09:48:32 +0000
commita683dc04e12d708b2630a921c577fa4539a79da0 (patch)
tree2641a0afb2d29bdb7d80c06577a30dbce7068866 /include
parent1d801988a7fe683828ec64578f1ee6700ef39661 (diff)
Revert r288787: Add missing stdbool.h module.
Reverting because I didn't properly test this patch. Although it's probably correct to add a stdbool_h module I thought the change fixed more than it did. I'll re-commit after more investigation. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/module.modulemap5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/module.modulemap b/include/module.modulemap
index 0485c2a7c..13fa4993f 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -40,10 +40,7 @@ module std [system] {
// FIXME: <stdalign.h> is missing.
// <signal.h> provided by C library.
// <stdarg.h> provided by compiler.
- module stdbool_h {
- header "stdbool.h"
- export *
- }
+ // <stdbool.h> provided by compiler.
module stddef_h {
// <stddef.h>'s __need_* macros require textual inclusion.
textual header "stddef.h"