From 052e10ebe183840d9fce2573740f8bdff6444fee Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 29 Jun 2020 00:20:42 -0400 Subject: [PATCH] subproc: fix up USING_PIDFD definition --- src/lib/fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/fd.c b/src/lib/fd.c index 094a24e79..ad9502309 100644 --- a/src/lib/fd.c +++ b/src/lib/fd.c @@ -12,9 +12,9 @@ #include #include #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