2016-11-02 03:41:57 +03:00
|
|
|
#include <errno.h>
|
|
|
|
|
2017-03-04 21:42:50 -08:00
|
|
|
#include <compel/plugins.h>
|
2017-03-04 21:42:51 -08:00
|
|
|
#include <compel/plugins/std.h>
|
2016-09-21 23:54:28 +03:00
|
|
|
|
|
|
|
#include "std-priv.h"
|
2016-11-23 18:33:55 +03:00
|
|
|
|
|
|
|
#define pr_err(fmt, ...)
|
2016-09-21 23:54:28 +03:00
|
|
|
|
2016-10-27 19:05:28 +03:00
|
|
|
#include "common/compiler.h"
|
2016-11-02 03:41:57 +03:00
|
|
|
#include "common/bug.h"
|
2016-09-21 23:54:28 +03:00
|
|
|
|
2021-07-19 07:28:38 +00:00
|
|
|
#define __sys(foo) sys_##foo
|
|
|
|
#define __sys_err(ret) ret
|
2016-09-21 23:54:28 +03:00
|
|
|
|
2016-11-02 03:41:57 +03:00
|
|
|
#include "common/scm-code.c"
|