Re: For review: pidfd_send_signal(2) manual page

From: Florian Weimer
Date: Wed Sep 25 2019 - 09:51:44 EST


* Michael Kerrisk:

> If these conditions don't hold true, then the child process should
> instead be created using clone(2) with the CLONE_PID flag.

I think this should be CLONE_PIDFD.