diff options
Diffstat (limited to 'newlib/libc/sys/sysvnecv70/lseek.s')
-rw-r--r-- | newlib/libc/sys/sysvnecv70/lseek.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/libc/sys/sysvnecv70/lseek.s b/newlib/libc/sys/sysvnecv70/lseek.s new file mode 100644 index 0000000..4b55e98 --- /dev/null +++ b/newlib/libc/sys/sysvnecv70/lseek.s @@ -0,0 +1,9 @@ + + .globl __lseek + .globl _lseek +__lseek: +_lseek: chlvl #0,#0x13 + jnl ok + jmp cerror +ok: ret #0 + |