OSDN Git Service

fix mips-specific bug in synccall (too little space for signal mask)
authorRich Felker <dalias@aerifal.cx>
Mon, 2 Sep 2013 19:19:37 +0000 (15:19 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 Sep 2013 19:19:37 +0000 (15:19 -0400)
commitb4b9743c0003b9538cbc90c602f55c0ed3f16d17
tree5e90acc5b7b669c8abfe6eefd9a83f80e04471c1
parent3c0501d28c1491ce9a4f675e9e223a8dfd9e134c
fix mips-specific bug in synccall (too little space for signal mask)

switch to the new __block_all_sigs/__restore_sigs internal API to
clean up the code too.
src/thread/synccall.c