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: is missing. // provided by C library. // provided by compiler. - module stdbool_h { - header "stdbool.h" - export * - } + // provided by compiler. module stddef_h { // 's __need_* macros require textual inclusion. textual header "stddef.h"