mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 16:55:44 +00:00
7 lines
170 B
C
7 lines
170 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
int broadcast_signal(int sig, bool wait_for_exit, bool send_sighup, usec_t timeout);
|