Skip to content

Commit b841bdd

Browse files
committed
change location of errno_t
1 parent b00886e commit b841bdd

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
@@ -29,6 +29,7 @@ add_header(double_t HDR double_t.h)
2929
add_header(DIR HDR DIR.h)
3030
add_header(dev_t HDR dev_t.h)
3131
add_header(div_t HDR div_t.h)
32+
add_header(errno_t HDR errno_t.h)
3233
add_header(ldiv_t HDR ldiv_t.h)
3334
add_header(lldiv_t HDR lldiv_t.h)
3435
add_header(FILE HDR FILE.h)
@@ -296,5 +297,3 @@ add_header(EFI_SYSTEM_TABLE
296297
.EFI_TABLE_HEADER
297298
.char16_t
298299
)
299-
300-
add_header(errno_t HDR errno_t.h)

0 commit comments

Comments
 (0)