Date: Fri, 29 Oct 2010 07:04:45 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libthr/thread thr_sig.c Message-ID: <201010290705.o9T750U0000165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2010-10-29 07:04:45 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_sig.c
Log:
SVN rev 214500 on 2010-10-29 07:04:45Z by davidxu
Remove local variable 'first', instead check signal number in memory,
because the variable can be in register, second checking the variable
may still return true, however this is unexpected.
Revision Changes Path
1.40 +1 -4 src/lib/libthr/thread/thr_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010290705.o9T750U0000165>
