K 10 svn:author V 3 bde K 8 svn:date V 27 2000-09-17T15:12:04.000000Z K 7 svn:log V 382 Unpessimized CURSIG(). The fast path through CURSIG() was broken in the 128-bit sigset_t changes by moving conditionally (rarely) executed code to the beginning where it is always executed, and since this code now involves 3 128-bit operations, the pessimization was relatively large. This change speeds up lmbench's pipe latency benchmark by 3.5%. Fixed style bugs in CURSIG(). END