mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
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:
parent
55bc551846
commit
35726a7667
22 changed files with 22 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue