compel: criu -- Start using uapi/std syscalls stubs

Real syscalls generation is inside criu for a while
but will be moved out in the next patch.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2016-09-26 22:36:38 +03:00 committed by Andrei Vagin
parent 55bc551846
commit 35726a7667
22 changed files with 22 additions and 21 deletions

View file

@ -15,7 +15,7 @@
#define LOCK_BUG() LOCK_BUG_ON(1)
#ifdef CR_NOGLIBC
# include "syscall.h"
# include "uapi/std/syscall.h"
#else
# include <unistd.h>
# include <sys/syscall.h>