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:
parent
40c63f3ec0
commit
50588a20d4
|
@ -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
|
||||
|
|
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue