diff options
Diffstat (limited to 'newlib/libc/include/paths.h')
-rw-r--r-- | newlib/libc/include/paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/paths.h b/newlib/libc/include/paths.h index 36cf78a9b..b1c70f588 100644 --- a/newlib/libc/include/paths.h +++ b/newlib/libc/include/paths.h @@ -2,6 +2,8 @@ #define _PATHS_H_ #define _PATH_DEV "/dev/" +#define _PATH_DEVNULL "/dev/null" +#define _PATH_DEVZERO "/dev/zero" #define _PATH_BSHELL "/bin/sh" #endif /* _PATHS_H_ */ |