summaryrefslogtreecommitdiffstats
path: root/src/basic/missing_wait.h
blob: 3965b5bdbfbc4debca48ad24ea6679d320699b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <sys/wait.h>

#include "macro.h"

#ifndef P_PIDFD
#  define P_PIDFD 3
#else
assert_cc(P_PIDFD == 3);
#endif