RFC https://discourse.llvm.org/t/rfc-bounds-checking-interfaces-for-llvm-libc/87685 Add `errno_t` type required by Annex K interface in LLVM libc.
13 lines
162 B
YAML
13 lines
162 B
YAML
header: errno.h
|
|
header_template: errno.h.def
|
|
standards:
|
|
- stdc
|
|
- Linux
|
|
- POSIX
|
|
macros: []
|
|
types:
|
|
- type_name: errno_t
|
|
enums: []
|
|
objects: []
|
|
functions: []
|