fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / d10v / creat.c
blob62ec5ead8d83804306a1e1b75447ea112451a993
1 int
2 creat(path, mode)
3 const char *path;
4 int mode;
6 return _creat (path, mode);