Skip to content

Commit d405dd7

Browse files
committed
add errno_t to hdrgen
1 parent f998c2b commit d405dd7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libc/include/errno.h.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ __END_C_DECLS
3333

3434
#define errno (*__llvm_libc_errno())
3535

36-
#include "llvm-libc-types/errno_t.h"
37-
3836
#endif // LLVM_LIBC_ERRNO_H

libc/include/errno.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ standards:
55
- Linux
66
- POSIX
77
macros: []
8-
types: []
8+
types:
9+
- type_name: errno_t
910
enums: []
1011
objects: []
1112
functions: []

0 commit comments

Comments
 (0)