2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>

* libc/include/paths.h (_PATH_DEVNULL): Define.
	(_PATH_DEVZERO): Likewise.
This commit is contained in:
Joel Sherrill 2013-10-15 17:34:23 +00:00
parent 40c63f3ec0
commit 50588a20d4
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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_ */