Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2012 08:07:32 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org
Subject:   Re: svn commit: r240132 - head/lib/libc/sys
Message-ID:  <201209050807.32344.jhb@freebsd.org>
In-Reply-To: <201209051155.q85Btrd0032888@svn.freebsd.org>
References:  <201209051155.q85Btrd0032888@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, September 05, 2012 7:55:53 am John Baldwin wrote:
> Author: jhb
> Date: Wed Sep  5 11:55:53 2012
> New Revision: 240132
> URL: http://svn.freebsd.org/changeset/base/240132
> 
> Log:
>   When WIFCONTINUED was added, the number of "first" macros grew from
>   three to four.

FYI, by my reading the state used for to mark a continued process makes both 
WIFCONTINUED() and WIFSIGNALED() true.  I think that is probably a bug,
albeit harmless.  We could fix it by explicitly excluding SIGCONT from
WIFSIGNALED().

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209050807.32344.jhb>