Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / include / paths.h
blobb1c70f588a5b22c1eeb537b45e9a61d938ff349d
1 #ifndef _PATHS_H_
2 #define _PATHS_H_
4 #define _PATH_DEV "/dev/"
5 #define _PATH_DEVNULL "/dev/null"
6 #define _PATH_DEVZERO "/dev/zero"
7 #define _PATH_BSHELL "/bin/sh"
9 #endif /* _PATHS_H_ */