aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/fstat.s
blob: ced264526c5c9a619311e35461d80265a6e8ad4a (plain)
1
2
3
4
5
6
7
8
9
	.globl	_fstat
	.globl	fstat
_fstat:
fstat:	
	movl	$0x1c, %eax
	lcall	$7,$0
	jb	_cerror
	xor	%eax,%eax
	ret