summaryrefslogtreecommitdiff
path: root/src/stdlib/__stdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/__stdlib.c')
-rw-r--r--src/stdlib/__stdlib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdlib/__stdlib.c b/src/stdlib/__stdlib.c
new file mode 100644
index 00000000..bfc601d9
--- /dev/null
+++ b/src/stdlib/__stdlib.c
@@ -0,0 +1,3 @@
+#include "_stdlib.h"
+
+struct __stdlib __stdlib;