mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 01:59:04 +00:00
We use fds helpers in std plugin anyway so just merge it in. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
20 lines
349 B
C
20 lines
349 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 __memcpy std_memcpy
|
|
|
|
#include "common/scm-code.c"
|