K 10 svn:author V 5 brian K 8 svn:date V 27 2006-01-03T17:01:43.000000Z K 7 svn:log V 280 This signal handling code is worse than a no-op. If a signal is received during the msleep, the msleep is retried indefinitely as it just keeps returning ERESTART because of the pending signal. Instead, just don't PCATCH - the signal can wait. Sponsored by: Sophos/ActiveState END