bug-hurd
[Top][All Lists]
Advanced

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

Re: WEXITED/WCONTINUED


From: Samuel Thibault
Subject: Re: WEXITED/WCONTINUED
Date: Sun, 27 Dec 2020 19:44:37 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Svante Signell, le dim. 27 déc. 2020 12:38:03 +0100, a ecrit:
> Why did you choose in proc/wait.c:
> +#ifndef WCONTINUED
> +#define WCONTINUED 4
> +#endif
> +
> +#ifndef WEXITED
> +#define WEXITED 16
> +#endif
> 
> Any specific reason?

The Hurd values usually follow the BSD values. Those are the FreeBSD
values.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]