/ int fork ( void ) .globl _fork _fork: movw $0x7f1c, %ax int $0x21 jecxz 1f movl %ecx, _errno 1: ret