Files
llvm-project/libc/include/sys/sendfile.yaml
Roland McGrath 13f7786f72 [libc] Remove trivial .h.def files (#149466)
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.
2025-07-18 11:35:09 -07:00

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