Skip to content

Commit 581009d

Browse files
committed
change location
1 parent 2fff83c commit 581009d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc/include/llvm-libc-types/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ add_header(cc_t HDR cc_t.h)
2424
add_header(clock_t HDR clock_t.h)
2525
add_header(clockid_t HDR clockid_t.h)
2626
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)
2728
add_header(cookie_io_functions_t HDR cookie_io_functions_t.h DEPENDS .off64_t .ssize_t)
2829
add_header(cpu_set_t HDR cpu_set_t.h)
2930
add_header(double_t HDR double_t.h)
@@ -298,5 +299,3 @@ add_header(EFI_SYSTEM_TABLE
298299
.EFI_TABLE_HEADER
299300
.char16_t
300301
)
301-
302-
add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)

0 commit comments

Comments
 (0)