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 2fff83c commit 581009dCopy full SHA for 581009d
libc/include/llvm-libc-types/CMakeLists.txt
@@ -24,6 +24,7 @@ add_header(cc_t HDR cc_t.h)
24
add_header(clock_t HDR clock_t.h)
25
add_header(clockid_t HDR clockid_t.h)
26
add_header(cnd_t HDR cnd_t.h DEPENDS .__futex_word)
27
+add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)
28
add_header(cookie_io_functions_t HDR cookie_io_functions_t.h DEPENDS .off64_t .ssize_t)
29
add_header(cpu_set_t HDR cpu_set_t.h)
30
add_header(double_t HDR double_t.h)
@@ -298,5 +299,3 @@ add_header(EFI_SYSTEM_TABLE
298
299
.EFI_TABLE_HEADER
300
.char16_t
301
)
-
302
-add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)
0 commit comments