Cygwin: signal: Increase chance of handling signal in main thread
[newlib-cygwin.git] / libgloss / m32r / lseek.c
blob1fbb5d02052110e3139bc9fb05576fedf9cb7d27
1 #include <sys/types.h>
2 #include <sys/stat.h>
3 #include "syscall.h"
4 #include "eit.h"
6 int
7 _lseek (int file, int ptr, int dir)
9 return TRAP0 (SYS_lseek, file, ptr, dir);