Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-09-26 22:36:38 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-14 23:58:20 +0300
commit35726a766798fec0ab2bb9d3ee7504fb3736738d (patch)
treec5f998836863e1b98c5479f72c6f22c59d596160 /include
parent55bc551846d3deb10807577d23cbd22076930372 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/common/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/lock.h b/include/common/lock.h
index f68045cfe..bcd1145f0 100644
--- a/include/common/lock.h
+++ b/include/common/lock.h
@@ -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>