criu/compel/plugins/include/uapi/std
Andrei Vagin 03fb0b8223 syscall: fix arguments for preadv()
It has two arguments "pos_l and "pos_h" instead of one "off". It is used
to handle 64-bit offsets on 32-bit kernels.

SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec,
                unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h)

https://github.com/checkpoint-restore/criu/issues/424
Signed-off-by: Andrei Vagin <avagin@openvz.org>
Reviewed-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-12-19 10:46:38 +03:00
..
asm compel: plugins,std -- Implement syscalls in std plugin 2017-03-14 23:58:20 +03:00
fds.h compel: plugins -- Merge fds plugin into std 2017-03-15 00:06:13 +03:00
infect.h compel: plugins,std -- Move in infect code 2017-03-15 00:06:10 +03:00
log.h compel: plugins,std -- Move in log engine from criu pie 2017-03-15 00:06:09 +03:00
string.h compel std: rename printing functions 2017-03-15 09:36:06 +03:00
syscall-types.h syscall: fix arguments for preadv() 2017-12-19 10:46:38 +03:00