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
/
sys
/
d10v
/
creat.c
blob
62ec5ead8d83804306a1e1b75447ea112451a993
1
int
2
creat
(
path
,
mode
)
3
const char
*
path
;
4
int
mode
;
5
{
6
return
_creat
(
path
,
mode
);
7
}