1 2 3 4 5 6 7 8
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include <sys/wait.h> #ifndef P_PIDFD #define P_PIDFD 3 #endif