mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 02:09:19 +08:00
50588a20d4
* libc/include/paths.h (_PATH_DEVNULL): Define. (_PATH_DEVZERO): Likewise.
10 lines
193 B
C
10 lines
193 B
C
#ifndef _PATHS_H_
|
|
#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_ */
|