/ int raise ( int signal ) .globl _raise _raise: movl 4(%esp), %ecx movw $0x7f0e, %ax int $0x21 jecxz 1f movl %ecx, _errno 1: ret