criu/arch
Andrew Vagin 20592acef7 syscall: use a correct type for timer_t
timer_t is (void *) in glibc, but timer_t is (int) in kernel.
When we call system calls, we need to use timer_t from kernl.

https://github.com/xemul/criu/issues/98
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-12-28 13:11:04 +03:00
..
aarch64 aarch64:get_task_regs(): use pr_perror() 2015-10-09 18:27:48 +03:00
arm syscall: use a correct type for timer_t 2015-12-28 13:11:04 +03:00
ppc64 syscall: use a correct type for timer_t 2015-12-28 13:11:04 +03:00
scripts/arm arm: prepare syscall table generation scripts to be shared with AArch64 2014-03-11 22:46:06 +04:00
x86 syscall: use a correct type for timer_t 2015-12-28 13:11:04 +03:00