Cygwin: signal: Increase chance of handling signal in main thread
[newlib-cygwin.git] / libgloss / m32r / stat.c
blobeb4c8e39498659b5d280646bac06e5ed9b78e8d1
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 int
7 _stat (const char *path, struct stat *st)
10 return TRAP0 (SYS_stat, path, st, 0);