Module Name: src Committed By: christos Date: Wed Aug 31 16:09:56 UTC 2011
Modified Files: src/sys/kern: kern_sleepq.c Log Message: PR/40594: Antti Kantee: Don't call issignal() here to determine what errno to set for the interrupted syscall, because issignal() will consume the signal and it will not be delivered to the process afterwards. Instead call sigispending() (which now returns the first pending signal) and does not consume the signal. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/kern/kern_sleepq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.