[libc] Setup hdrgen for ioctl (#153976)
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.
This commit is contained in:
parent
65ffa53cb7
commit
71925a90c8
@ -5,4 +5,12 @@ macros: []
|
|||||||
types: []
|
types: []
|
||||||
enums: []
|
enums: []
|
||||||
objects: []
|
objects: []
|
||||||
functions: []
|
functions:
|
||||||
|
- name: ioctl
|
||||||
|
standards:
|
||||||
|
- Linux
|
||||||
|
return_type: int
|
||||||
|
arguments:
|
||||||
|
- type: int
|
||||||
|
- type: unsigned long
|
||||||
|
- type: '...'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user