diff options
Diffstat (limited to 'system/include/libc/paths.h')
-rw-r--r-- | system/include/libc/paths.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/include/libc/paths.h b/system/include/libc/paths.h new file mode 100644 index 00000000..36cf78a9 --- /dev/null +++ b/system/include/libc/paths.h @@ -0,0 +1,7 @@ +#ifndef _PATHS_H_ +#define _PATHS_H_ + +#define _PATH_DEV "/dev/" +#define _PATH_BSHELL "/bin/sh" + +#endif /* _PATHS_H_ */ |