NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: standards/51603: WIFCONTINUED()==true always implies WIFSTOPPED()==true in the current implementation



The following reply was made to PR standards/51603; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: standards/51603: WIFCONTINUED()==true always implies WIFSTOPPED()==true in the current implementation
Date: Sun, 06 Nov 2016 05:10:44 +0700

 To add a little to Kamil's bug report...
 
 POSIX requires that at exactly one of (the relevant) WIFxxxx() macros
 be true (which are relevant depends upon which wait*() function is used,
 and when possible, what flags are passed.)
 
 As we currently have the values defined, WIFCONTINUED() == true
 implies WIFSTOPPED() == true which POSIX does not permit.
 
 kre
 
 


Home | Main Index | Thread Index | Old Index