Skip to content

Commit 1e25152

Browse files
committed
change location
1 parent d355399 commit 1e25152

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)
@@ -301,5 +302,3 @@ add_header(EFI_SYSTEM_TABLE
301302
.EFI_TABLE_HEADER
302303
.char16_t
303304
)
304-
305-
add_header(constraint_handler_t HDR constraint_handler_t.h DEPENDS .errno_t)

0 commit comments

Comments
 (0)