V10/libc/sys/lseek.s

Compare this file to the similar file:
Show the results in this format:

# C library -- lseek

# error = lseek(file, offset, ptr);

	.set	lseek,19
.globl	_lseek
.globl  cerror

_lseek:
	.word	0x0000
	chmk	$lseek
	bcc 	noerror
	jmp 	cerror
noerror:
	ret