mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +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.
23 lines
437 B
YAML
23 lines
437 B
YAML
header: sys/statvfs.h
|
|
standards:
|
|
- posix
|
|
types:
|
|
- type_name: struct_statvfs
|
|
- type_name: fsblkcnt_t
|
|
- type_name: fsfilcnt_t
|
|
functions:
|
|
- name: fstatvfs
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
arguments:
|
|
- type: int
|
|
- type: struct statvfs *
|
|
- name: statvfs
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
arguments:
|
|
- type: const char *__restrict
|
|
- type: struct statvfs *__restrict
|