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.
13 lines
203 B
YAML
13 lines
203 B
YAML
header: sys/utsname.h
|
|
standards:
|
|
- posix
|
|
types:
|
|
- type_name: struct_utsname
|
|
functions:
|
|
- name: uname
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
arguments:
|
|
- type: struct utsname *
|