summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/paths.h')
-rw-r--r--mdk-stage1/dietlibc/include/paths.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/paths.h b/mdk-stage1/dietlibc/include/paths.h
new file mode 100644
index 000000000..aac47e870
--- /dev/null
+++ b/mdk-stage1/dietlibc/include/paths.h
@@ -0,0 +1,7 @@
+#ifndef _PATHS_H
+#define _PATHS_H
+
+#define _PATH_BSHELL "/bin/sh"
+#define _PATH_DEFPATH "/bin:/usr/bin:"
+
+#endif