Fixes compile failure if REENTRANT_SYSCALLS_PROVIDED and MISSING_SYSCALL_NAMES defined
[newlib-cygwin.git] / libgloss / mn10300 / 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);