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

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