ack/plat/linuxppc/libsys
George Koehler 103d44c27c Rewrite sigaction() to prevent another race.
A signal handler might call sigaction().  We must block all signals,
not only our signal, to prevent a race between us and the next signal
handler.

Use /* comments */ because cpp might expand macros in ! comments
though such expansion is probably harmless.

The bridge is now shorter by 2 instructions.
2018-01-11 17:59:02 -05:00
..
_syscall.s Rename our pseudo-opcode 'la' to 'li32'. 2016-09-18 17:03:23 -04:00
build.lua Hide some i386 stuff from linux68k, linuxppc. 2018-01-08 23:46:30 -05:00
sigaction.s Rewrite sigaction() to prevent another race. 2018-01-11 17:59:02 -05:00
signal.c Fix parameters of signal handlers for linuxppc. 2017-01-22 00:52:32 -05:00