[CRIU] [PATCH] syscall: use a correct type for timer_t

Cyrill Gorcunov gorcunov at gmail.com
Fri Dec 25 13:24:36 PST 2015


On Fri, Dec 25, 2015 at 11:51:54PM +0300, Andrey Vagin wrote:
> From: Andrew Vagin <avagin at virtuozzo.com>
> 
> 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 at virtuozzo.com>

Thank you!!!
Acked-by: Cyrill Gorcunov <gorcunov at openvz.org>


More information about the CRIU mailing list