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.
12 lines
193 B
YAML
12 lines
193 B
YAML
header: sys/sendfile.h
|
|
standards:
|
|
- linux
|
|
functions:
|
|
- name: sendfile
|
|
return_type: ssize_t
|
|
arguments:
|
|
- type: int
|
|
- type: int
|
|
- type: off_t *
|
|
- type: size_t
|