mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 18:19:39 +00:00
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
20 lines
345 B
C
20 lines
345 B
C
#include <errno.h>
|
|
|
|
#include "uapi/plugins.h"
|
|
|
|
#include "uapi/std/syscall.h"
|
|
#include "uapi/std/string.h"
|
|
#include "uapi/plugin-fds.h"
|
|
|
|
#include "std-priv.h"
|
|
#include "log.h"
|
|
|
|
#include "common/compiler.h"
|
|
#include "common/bug.h"
|
|
|
|
#define __sys(foo) sys_##foo
|
|
#define __memcpy std_memcpy
|
|
|
|
#include "common/scm-code.c"
|
|
|
|
PLUGIN_REGISTER_DUMMY(fds)
|