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 b292252 commit 29b18ceCopy full SHA for 29b18ce
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)
@@ -299,5 +300,3 @@ add_header(EFI_SYSTEM_TABLE
299
300
.EFI_TABLE_HEADER
301
.char16_t
302
)
-
303
-add_header(errno_t HDR errno_t.h)
0 commit comments