WCONTINUED is not portable

Ian Lance Taylor iant@google.com
Mon Mar 24 00:15:00 GMT 2014


On Sun, Mar 23, 2014 at 3:50 AM, Martin Husemann <martin@duskware.de> wrote:
> The flag WCONTINUED for waitpid() is not portable.
>
> The attached patch just defines it to 0 if missing.

I don't understand why that code passes either WUNTRACED or
WCONTINUED.  Why not just pass 0?

Ian



More information about the Gcc-patches mailing list