summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/getdents.s
blob: 524a88727ad784006f69a7d6bbc1bd7a59b8f0a2 (plain)
1
2
3
4
5
6
	.globl	_getdents
_getdents:
	movl	$0x51, %eax
	lcall	$7,$0
	jb	_cerror
	ret