We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6c270 commit 4490790Copy full SHA for 4490790
libc/include/llvm-libc-types/CMakeLists.txt
@@ -31,6 +31,7 @@ add_header(DIR HDR DIR.h)
31
add_header(dev_t HDR dev_t.h)
32
add_header(div_t HDR div_t.h)
33
add_header(errno_t HDR errno_t.h)
34
+add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)
35
add_header(ldiv_t HDR ldiv_t.h)
36
add_header(lldiv_t HDR lldiv_t.h)
37
add_header(FILE HDR FILE.h)
@@ -300,5 +301,3 @@ add_header(EFI_SYSTEM_TABLE
300
301
.EFI_TABLE_HEADER
302
.char16_t
303
)
-
304
-add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)
0 commit comments