This patch adds some hdrgen yaml for ioctl(). Otherwise the function never actually ends up being available in a full build. This is the last thing that is needed to enable turning on LIBCXX_ENABLE_RANDOM_DEVICE.
17 lines
267 B
YAML
17 lines
267 B
YAML
header: sys/ioctl.h
|
|
header_template: ioctl.h.def
|
|
standards: POSIX
|
|
macros: []
|
|
types: []
|
|
enums: []
|
|
objects: []
|
|
functions:
|
|
- name: ioctl
|
|
standards:
|
|
- Linux
|
|
return_type: int
|
|
arguments:
|
|
- type: int
|
|
- type: unsigned long
|
|
- type: '...'
|