fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / sys / sysvi386 / read.s
blob8ecb5bacf83c4834d2cfc3e1ee83173b4f668801
1 .globl _read
2 .globl read
3 _read:
4 read:
5 movl $3, %eax
6 lcall $7,$0
7 jb _cerror
8 ret