Skip to content

Commit 8c3e6a8

Browse files
committed
add cstdlib submodule as well
1 parent 7fd946f commit 8c3e6a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/public/Cxx/libstdcxx/libstdcxx.modulemap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,11 @@ module std {
8888
requires cplusplus
8989
export *
9090
}
91+
92+
module cstdlib {
93+
header "cstdlib"
94+
requires cplusplus
95+
export *
96+
}
9197
}
9298
}

0 commit comments

Comments
 (0)