summaryrefslogtreecommitdiff
path: root/05/musl-0.6.0/src/internal/libc.c
diff options
context:
space:
mode:
Diffstat (limited to '05/musl-0.6.0/src/internal/libc.c')
-rw-r--r--05/musl-0.6.0/src/internal/libc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/05/musl-0.6.0/src/internal/libc.c b/05/musl-0.6.0/src/internal/libc.c
new file mode 100644
index 0000000..5e8e9d9
--- /dev/null
+++ b/05/musl-0.6.0/src/internal/libc.c
@@ -0,0 +1,3 @@
+#include "libc.h"
+
+struct libc libc;