From 50588a20d4797c19f5db85c3f8b7771baea01ec7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Oct 2013 17:34:23 +0000 Subject: 2013-10-10 Sebastian Huber * libc/include/paths.h (_PATH_DEVNULL): Define. (_PATH_DEVZERO): Likewise. --- newlib/libc/include/paths.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newlib/libc/include') 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_ */ -- cgit v1.2.3