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 f998c2b commit d405dd7Copy full SHA for d405dd7
libc/include/errno.h.def
@@ -33,6 +33,4 @@ __END_C_DECLS
33
34
#define errno (*__llvm_libc_errno())
35
36
-#include "llvm-libc-types/errno_t.h"
37
-
38
#endif // LLVM_LIBC_ERRNO_H
libc/include/errno.yaml
@@ -5,7 +5,8 @@ standards:
5
- Linux
6
- POSIX
7
macros: []
8
-types: []
+types:
9
+ - type_name: errno_t
10
enums: []
11
objects: []
12
functions: []
0 commit comments