mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Remove all the .h.def files that already express nothing whatsoever not already expressed in YAML. Clean up a few YAML files without materially changing any generated header output. Many more .h.def files remain that need a bit of conversion in YAML to express macro requirements and such.
24 lines
421 B
YAML
24 lines
421 B
YAML
header: sys/uio.h
|
|
standards:
|
|
- posix
|
|
types:
|
|
- type_name: struct_iovec
|
|
- type_name: ssize_t
|
|
functions:
|
|
- name: writev
|
|
standards:
|
|
- posix
|
|
return_type: ssize_t
|
|
arguments:
|
|
- type: int
|
|
- type: const struct iovec *
|
|
- type: int
|
|
- name: readv
|
|
standards:
|
|
- posix
|
|
return_type: ssize_t
|
|
arguments:
|
|
- type: int
|
|
- type: const struct iovec *
|
|
- type: int
|