[libc++] Add missing header <cuchar>
Fixes llvm-project#44216
Differential Revision: https://reviews.llvm.org/D97870
NOKEYCHECK=True
GitOrigin-RevId: 311ff3917827131c20d4b8dac4ce0394a2351b94
diff --git a/include/module.modulemap b/include/module.modulemap
index 9d196b9..48f05ba 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -80,7 +80,10 @@
header "string.h"
export *
}
- // FIXME: <uchar.h> is missing.
+ module uchar_h {
+ header "uchar.h"
+ export *
+ }
// <time.h> provided by C library.
module wchar_h {
// <wchar.h>'s __need_* macros require textual inclusion.
@@ -203,7 +206,10 @@
header "ctime"
export *
}
- // FIXME: <cuchar> is missing.
+ module cuchar {
+ header "cuchar"
+ export *
+ }
module cwchar {
header "cwchar"
export depr.stdio_h