fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sysvi386 / write.s
blob05374652ce06a7a50e14c5da8ba4bba039295da9
1 .globl _write
2 .globl write
3 _write:
4 write:
5 movl $4, %eax
6 lcall $7,$0
7 jb _cerror
8 ret