criu/compel/plugins/std/fds.c
Adrian Reber 93dd984ca0 Run 'make indent' on all C files
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
2021-09-03 10:31:00 -07:00

16 lines
274 B
C

#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"