Skip to content

Commit 4490790

Browse files
committed
change location
1 parent 1d6c270 commit 4490790

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
@@ -31,6 +31,7 @@ add_header(DIR HDR DIR.h)
3131
add_header(dev_t HDR dev_t.h)
3232
add_header(div_t HDR div_t.h)
3333
add_header(errno_t HDR errno_t.h)
34+
add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)
3435
add_header(ldiv_t HDR ldiv_t.h)
3536
add_header(lldiv_t HDR lldiv_t.h)
3637
add_header(FILE HDR FILE.h)
@@ -300,5 +301,3 @@ add_header(EFI_SYSTEM_TABLE
300301
.EFI_TABLE_HEADER
301302
.char16_t
302303
)
303-
304-
add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)

0 commit comments

Comments
 (0)