Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-15 21:34:23 +0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-15 21:34:23 +0400
commit50588a20d4797c19f5db85c3f8b7771baea01ec7 (patch)
treeb4417908d491cf92988048a79c275661bfd99225 /newlib
parent40c63f3ec0e23df1dad2de6c0d0fb7de2cecb830 (diff)
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/paths.h (_PATH_DEVNULL): Define. (_PATH_DEVZERO): Likewise.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/include/paths.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index da2831335..4a41a08e7 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libc/include/paths.h (_PATH_DEVNULL): Define.
+ (_PATH_DEVZERO): Likewise.
+
2013-10-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
* testsuite/newlib.wctype/twctype.c (main): Update
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_ */