source: trunk/libs/newlib/src/newlib/libc/sys/sysvnecv70/lseek.S @ 502

Last change on this file since 502 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 97 bytes
Line 
1
2        .globl  __lseek
3        .globl  _lseek
4__lseek:
5_lseek: chlvl   #0,#0x13
6        jnl     ok     
7        jmp     cerror
8ok:     ret     #0
9
Note: See TracBrowser for help on using the repository browser.