fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / libgloss / iq2000 / stat.c
blob4e1fddf2639d19f0517dc4f6d2c5b7005a1996d5
1 #include <_ansi.h>
2 #include <sys/types.h>
3 #include <sys/stat.h>
4 #include "trap.h"
7 int
8 _stat (const char *path, struct stat *st)
11 return TRAP0 (SYS_stat, path, st, 0);