mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 17:14:28 +00:00
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
21 lines
376 B
C
21 lines
376 B
C
#include <errno.h>
|
|
|
|
#include "uapi/plugins.h"
|
|
|
|
#include "uapi/std/syscall.h"
|
|
#include "uapi/std/string.h"
|
|
#include "uapi/std/log.h"
|
|
#include "uapi/std/fds.h"
|
|
|
|
#include "std-priv.h"
|
|
|
|
#define pr_err(fmt, ...)
|
|
|
|
#include "common/compiler.h"
|
|
#include "common/bug.h"
|
|
|
|
#define __sys(foo) sys_##foo
|
|
#define __sys_err(ret) ret
|
|
#define __memcpy std_memcpy
|
|
|
|
#include "common/scm-code.c"
|