"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: mark got_privsep_exec_child as __dead
To:
Omar Polo <op@omarpolo.com>
Cc:
gameoftrees@openbsd.org
Date:
Fri, 17 Dec 2021 23:37:59 +0100

Download raw body.

Thread
On Fri, Dec 17, 2021 at 08:30:25PM +0100, Omar Polo wrote:
> Hello,
> 
> this caught my eye, there's a reason got_privsep_exec_child is not
> marked as __dead?  it reads slightly better IMHO.

I rarely used symbols that start with two underscores.
As far as I know they are not something one should use.

I am aware that __dead is used in got/got.c already.
But that was mpi@, it wasn't me.

Is __dead widely supported? What exactly does it imply?