Re: SIGCHLD and sigaction()

2020-08-19 Thread Kamil Rytarowski
On 19.08.2020 20:02, Roy Marples wrote: > On 18/08/2020 20:52, Mouse wrote: Perhaps it would need a new flavour of file descriptor, [...] >>> Linux has apparently done this: pidfd (file descriptors representing >>> a process).  The idea is that you can pass them to various system >>> call

Re: SIGCHLD and sigaction()

2020-08-19 Thread Roy Marples
On 18/08/2020 20:52, Mouse wrote: Perhaps it would need a new flavour of file descriptor, [...] Linux has apparently done this: pidfd (file descriptors representing a process). The idea is that you can pass them to various system call variants that otherwise take pids, without the risk that