2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-25 11:27:40 +00:00

17 lines
270 B
C
Raw Normal View History

#include <errno.h>
#include <compel/plugins.h>
#include <compel/plugins/std.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
#include "common/scm-code.c"