summaryrefslogtreecommitdiff
path: root/src/user/lib/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/lib/include/stdlib.h')
-rw-r--r--src/user/lib/include/stdlib.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/user/lib/include/stdlib.h b/src/user/lib/include/stdlib.h
new file mode 100644
index 0000000..289c0fa
--- /dev/null
+++ b/src/user/lib/include/stdlib.h
@@ -0,0 +1,14 @@
+#ifndef DEF_STDLIB_H
+#define DEF_STDLIB_H
+
+#include <types.h>
+#include <stdlib_common.h>
+#include <tce/syscall.h>
+
+void abort();
+extern volatile int errno;
+
+#include <_dlmalloc.h>
+
+#endif
+