aboutsummaryrefslogtreecommitdiff
path: root/src/lib/libc/errno.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/errno.c')
-rw-r--r--src/lib/libc/errno.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libc/errno.c b/src/lib/libc/errno.c
new file mode 100644
index 0000000..b5865fa
--- /dev/null
+++ b/src/lib/libc/errno.c
@@ -0,0 +1,6 @@
+#include <errno.h>
+
+int errno = 0;
+
+
+/* vim: set sts=0 ts=4 sw=4 tw=0 noet :*/