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