From 8a0efa53e44919bcf5ccb1d3353618a82afdf8bc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 17 Feb 2000 19:39:52 +0000 Subject: import newlib-2000-02-17 snapshot --- newlib/libc/include/paths.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 newlib/libc/include/paths.h (limited to 'newlib/libc/include/paths.h') diff --git a/newlib/libc/include/paths.h b/newlib/libc/include/paths.h new file mode 100644 index 000000000..36cf78a9b --- /dev/null +++ b/newlib/libc/include/paths.h @@ -0,0 +1,7 @@ +#ifndef _PATHS_H_ +#define _PATHS_H_ + +#define _PATH_DEV "/dev/" +#define _PATH_BSHELL "/bin/sh" + +#endif /* _PATHS_H_ */ -- cgit v1.2.3