diff options
| author | Billy Lau <billylau1@gmail.com> | 2017-09-28 10:48:08 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-29 08:51:34 +0200 |
| commit | d335103a64e75dad273f98d32c0a1ea5967a5549 (patch) | |
| tree | 505b684cc6f7e95f907ec036f2d31439d88f22ae /sys/linux/ion_amd64.const | |
| parent | 61dd85c0cf7aeaaabb89924924cb3d347596f98d (diff) | |
sys/linux: include additional header to ion.txt
This helps with resolving missing AT_FDCWD const.
Diffstat (limited to 'sys/linux/ion_amd64.const')
| -rw-r--r-- | sys/linux/ion_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/ion_amd64.const b/sys/linux/ion_amd64.const index 7771cff35..00ceac9c1 100644 --- a/sys/linux/ion_amd64.const +++ b/sys/linux/ion_amd64.const @@ -1,4 +1,5 @@ # AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 ION_IOC_ALLOC = 3223341312 ION_IOC_CUSTOM = 3222292742 ION_IOC_FREE = 3221506305 |
