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 b00886e commit b841bddCopy full SHA for b841bdd
libc/include/llvm-libc-types/CMakeLists.txt
@@ -29,6 +29,7 @@ add_header(double_t HDR double_t.h)
29
add_header(DIR HDR DIR.h)
30
add_header(dev_t HDR dev_t.h)
31
add_header(div_t HDR div_t.h)
32
+add_header(errno_t HDR errno_t.h)
33
add_header(ldiv_t HDR ldiv_t.h)
34
add_header(lldiv_t HDR lldiv_t.h)
35
add_header(FILE HDR FILE.h)
@@ -296,5 +297,3 @@ add_header(EFI_SYSTEM_TABLE
296
297
.EFI_TABLE_HEADER
298
.char16_t
299
)
-
300
-add_header(errno_t HDR errno_t.h)
0 commit comments