mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
9 lines
127 B
C
9 lines
127 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include <sys/wait.h>
|
|
|
|
#ifndef P_PIDFD
|
|
#define P_PIDFD 3
|
|
#endif
|