summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/stat.s
blob: 50c84bb97ca46be38842120f8075411811f87d0b (plain)
1
2
3
4
5
6
7
8
9
	.globl	_stat
	.globl	stat
_stat:
stat:	
	movl	$0x12, %eax
	lcall	$7,$0
	jb	_cerror
	xor	%eax,%eax
	ret