aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/include/posix/stdlib.h')
-rw-r--r--extras/mini-os/include/posix/stdlib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/mini-os/include/posix/stdlib.h b/extras/mini-os/include/posix/stdlib.h
new file mode 100644
index 0000000000..53e6289635
--- /dev/null
+++ b/extras/mini-os/include/posix/stdlib.h
@@ -0,0 +1,8 @@
+#ifndef _POSIX_STDLIB_H
+#define _POSIX_STDLIB_H
+
+#include_next <stdlib.h>
+
+#define realpath(p,r) strcpy(r,p)
+
+#endif /* _POSIX_STDLIB_H */