Re: [PATCH v2] Implement close-on-fork
From: David Howells <dhowells@redhat.com>
Date: 2020-05-15 16:53:41
Also in:
linux-alpha, linux-arch, linux-fsdevel, lkml, sparclinux
From: David Howells <dhowells@redhat.com>
Date: 2020-05-15 16:53:41
Also in:
linux-alpha, linux-arch, linux-fsdevel, lkml, sparclinux
Karstens, Nate [off-list ref] wrote:
quoted
already has a portable solutionWhat is the solution?
sys_spawn(const char *path, const char **argv, const char **envv, unsigned long clone_flags, unsigned int nfds, int *fds); maybe? David