svn commit: r240132 - head/lib/libc/sys
John Baldwin
jhb at freebsd.org
Wed Sep 5 13:54:57 UTC 2012
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
More information about the svn-src-head
mailing list