fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / mn10200 / open.c
blob770defef38abf5be839256fa212963e3571b44bd
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 int
8 _open (const char *path,
9 int flags)
11 return TRAP0 (SYS_open, path, flags, 0);