diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:00:23 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 05:01:08 +0200 |
| commit | ce0eccdea6538570bf9d664824cca607012b2f5c (patch) | |
| tree | dc9427552f0f7414b0ce5c636a18c5a4a5a76a84 /sys/linux/aio_arm.const | |
| parent | 77e79ca08e54764a84a6f0dfa83bcfc9a7494d08 (diff) | |
sys/linux: add IOCB_CMD_POLL
Diffstat (limited to 'sys/linux/aio_arm.const')
| -rw-r--r-- | sys/linux/aio_arm.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/aio_arm.const b/sys/linux/aio_arm.const index b73dbb489..1bca789d0 100644 --- a/sys/linux/aio_arm.const +++ b/sys/linux/aio_arm.const @@ -2,10 +2,12 @@ IOCB_CMD_FDSYNC = 3 IOCB_CMD_FSYNC = 2 IOCB_CMD_NOOP = 6 +IOCB_CMD_POLL = 5 IOCB_CMD_PREAD = 0 IOCB_CMD_PREADV = 7 IOCB_CMD_PWRITE = 1 IOCB_CMD_PWRITEV = 8 +IOCB_FLAG_IOPRIO = 2 IOCB_FLAG_RESFD = 1 __NR_io_cancel = 247 __NR_io_destroy = 244 |
