aboutsummaryrefslogtreecommitdiff
path: root/system/__errno_location.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/__errno_location.c')
-rw-r--r--system/__errno_location.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/__errno_location.c b/system/__errno_location.c
new file mode 100644
index 0000000..76900d3
--- /dev/null
+++ b/system/__errno_location.c
@@ -0,0 +1,3 @@
+extern int errno;
+int *__errno_location() { return &errno; }
+