diff options
author | brian <brian@FreeBSD.org> | 2006-01-03 17:01:43 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2006-01-03 17:01:43 +0000 |
commit | 435383325dd7e25922ce8b53d7129f451041a324 (patch) | |
tree | 56fa1368e62eaa34afea8fbc79bf59ca5a029763 /sys/dev/pcf | |
parent | 834b4a427cf2e688b3e0eebeeaa622477f6bf4c0 (diff) | |
download | FreeBSD-src-435383325dd7e25922ce8b53d7129f451041a324.zip FreeBSD-src-435383325dd7e25922ce8b53d7129f451041a324.tar.gz |
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
Diffstat (limited to 'sys/dev/pcf')
0 files changed, 0 insertions, 0 deletions