Skip to content

Commit cf9e2e2

Browse files
committed
Add missing cstdalign to c header files
1 parent cb71036 commit cf9e2e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/utils/libcxx/header_information.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def is_cstd(self) -> bool:
6666
"cmath",
6767
"csetjmp",
6868
"csignal",
69+
"cstdalign",
6970
"cstdarg",
7071
"cstdbool",
7172
"cstddef",

0 commit comments

Comments
 (0)