Files
llvm-project/libc/include/errno.yaml
Muhammad Bassiouni 8e06210559 [libc][annex_k] Add errno_t (#163094)
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.
2026-03-18 23:58:27 +02:00

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: []