URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [libgloss/] [mn10300/] [lseek.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
#include <_ansi.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/unistd.h> #include "trap.h" off_t _lseek (int file, off_t ptr, int dir) { return TRAP0 (SYS_lseek, file, ptr, dir); }
Go to most recent revision | Compare with Previous | Blame | View Log