repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
include
/
paths.h
blob
36cf78a9b79325491528e76875a452b0b5f3797c
1
#ifndef _PATHS_H_
2
#define _PATHS_H_
3
4
#define _PATH_DEV
"/dev/"
5
#define _PATH_BSHELL
"/bin/sh"
6
7
#endif
/* _PATHS_H_ */