summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-15 17:34:23 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-15 17:34:23 +0000
commit50588a20d4797c19f5db85c3f8b7771baea01ec7 (patch)
treeb4417908d491cf92988048a79c275661bfd99225 /newlib/libc
parent40c63f3ec0e23df1dad2de6c0d0fb7de2cecb830 (diff)
downloadcygnal-50588a20d4797c19f5db85c3f8b7771baea01ec7.tar.gz
cygnal-50588a20d4797c19f5db85c3f8b7771baea01ec7.tar.bz2
cygnal-50588a20d4797c19f5db85c3f8b7771baea01ec7.zip
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/paths.h (_PATH_DEVNULL): Define. (_PATH_DEVZERO): Likewise.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/paths.h2
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_ */