]> git.corax.cc Git - corax/commitdiff
Provide a dummy errno.h
authorMatthias Kruk <m@m10k.eu>
Tue, 14 Jan 2020 11:44:16 +0000 (20:44 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 14 Jan 2020 11:44:16 +0000 (20:44 +0900)
include/errno.h [new file with mode: 0644]

diff --git a/include/errno.h b/include/errno.h
new file mode 100644 (file)
index 0000000..0dea0a8
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef ERRNO_H
+#define ERRNO_H
+
+#include <corax/errno.h>
+
+#define errno (-ENOSYS)
+
+#endif /* ERRNO_H */