mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +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.
46 lines
821 B
YAML
46 lines
821 B
YAML
header: dirent.h
|
|
standards:
|
|
- posix
|
|
types:
|
|
- type_name: struct_dirent
|
|
- type_name: DIR
|
|
- type_name: ino_t
|
|
functions:
|
|
- name: alphasort
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
arguments:
|
|
- type: const struct dirent **
|
|
- type: const struct dirent **
|
|
- name: closedir
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
arguments:
|
|
- type: DIR *
|
|
- name: dirfd
|
|
standards:
|
|
- posix
|
|
return_type: int
|
|
arguments:
|
|
- type: DIR *
|
|
- name: fdopendir
|
|
standards:
|
|
- posix
|
|
return_type: DIR *
|
|
arguments:
|
|
- type: int
|
|
- name: opendir
|
|
standards:
|
|
- posix
|
|
return_type: DIR *
|
|
arguments:
|
|
- type: const char *
|
|
- name: readdir
|
|
standards:
|
|
- posix
|
|
return_type: struct dirent *
|
|
arguments:
|
|
- type: DIR *
|