Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lseek.s « sysvi386 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88b2fc1b02df4bf7c3c5274e6502f4cdd249e7b7 (plain)
1
2
3
4
5
6
7
8
	.globl	_lseek
	.globl	lseek
_lseek:
lseek:
	movl	$0x13, %eax
	lcall	$7,$0
	jb	_cerror
	ret