mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-14 08:19:04 +00:00
sys/linux: include additional header to ion.txt
This helps with resolving missing AT_FDCWD const.
This commit is contained in:
parent
61dd85c0cf
commit
d335103a64
@ -6,6 +6,7 @@
|
||||
# TODO: ION_IOC_HEAP_QUERY is detected for 4.10 upstream, but not covered in this description.
|
||||
|
||||
include <asm/ioctl.h>
|
||||
include <linux/fcntl.h>
|
||||
include <../drivers/staging/android/uapi/ion.h>
|
||||
|
||||
resource fd_ion[fd]
|
||||
|
@ -1,4 +1,5 @@
|
||||
# AUTOGENERATED FILE
|
||||
AT_FDCWD = 18446744073709551516
|
||||
ION_IOC_ALLOC = 3223341312
|
||||
ION_IOC_CUSTOM = 3222292742
|
||||
ION_IOC_FREE = 3221506305
|
||||
|
@ -1,4 +1,5 @@
|
||||
# AUTOGENERATED FILE
|
||||
AT_FDCWD = 18446744073709551516
|
||||
ION_IOC_ALLOC = 3223341312
|
||||
ION_IOC_CUSTOM = 3222292742
|
||||
ION_IOC_FREE = 3221506305
|
||||
|
Loading…
x
Reference in New Issue
Block a user