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