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 bbcc139 commit 0d3f72eCopy full SHA for 0d3f72e
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)
@@ -298,5 +299,3 @@ add_header(EFI_SYSTEM_TABLE
298
299
.EFI_TABLE_HEADER
300
.char16_t
301
)
-
302
-add_header(errno_t HDR errno_t.h)
0 commit comments