mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 01:59:04 +00:00
Add sys_io_submit definition
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
3ed375809e
commit
c22c748f75
1 changed files with 1 additions and 0 deletions
|
|
@ -103,5 +103,6 @@ mkdirat 34 323 (int dirfd, const char *pathname, mode_t mode)
|
|||
unlinkat 35 328 (int dirfd, const char *pathname, int flags)
|
||||
memfd_create 279 385 (const char *name, unsigned int flags)
|
||||
io_setup 0 243 (unsigned nr_events, aio_context_t *ctx)
|
||||
io_submit 2 246 (aio_context_t ctx_id, long nr, struct iocb **iocbpp)
|
||||
io_getevents 4 245 (aio_context_t ctx, long min_nr, long nr, struct io_event *evs, struct timespec *tmo)
|
||||
seccomp 277 383 (unsigned int op, unsigned int flags, const char *uargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue