summaryrefslogtreecommitdiff
path: root/newlib/libc/sys/sysvi386/write.s
blob: 05374652ce06a7a50e14c5da8ba4bba039295da9 (plain)
1
2
3
4
5
6
7
8
	.globl	_write
	.globl	write
_write:
write:
	movl	$4, %eax
	lcall	$7,$0
	jb	_cerror
	ret