subproc: fix up USING_PIDFD definition

pull/747/head
nick black 4 years ago
parent b9dc9a7f1c
commit 052e10ebe1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -12,9 +12,9 @@
#include <asm/unistd.h>
#include <linux/sched.h>
#if (defined(__NR_clone3) && defined(P_PIDFD) && defined(CLONE_CLEAR_SIGHAND))
#endif
#define USING_PIDFD
#endif
#endif
#include "internal.h"
// release the memory and fd, but don't join the thread (since we might be

Loading…
Cancel
Save