From: Matthias Kruk Date: Tue, 14 Jan 2020 11:44:16 +0000 (+0900) Subject: Provide a dummy errno.h X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=a65b4eff0b147410f1434a28016396b4f57b07d3;p=corax Provide a dummy errno.h --- diff --git a/include/errno.h b/include/errno.h new file mode 100644 index 0000000..0dea0a8 --- /dev/null +++ b/include/errno.h @@ -0,0 +1,8 @@ +#ifndef ERRNO_H +#define ERRNO_H + +#include + +#define errno (-ENOSYS) + +#endif /* ERRNO_H */