repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
include
/
paths.h
blob
b1c70f588a5b22c1eeb537b45e9a61d938ff349d
1
#ifndef _PATHS_H_
2
#define _PATHS_H_
3
4
#define _PATH_DEV
"/dev/"
5
#define _PATH_DEVNULL
"/dev/null"
6
#define _PATH_DEVZERO
"/dev/zero"
7
#define _PATH_BSHELL
"/bin/sh"
8
9
#endif
/* _PATHS_H_ */