mirror of
https://github.com/systemd/systemd.git
synced 2026-07-21 06:50:38 +00:00
10 lines
166 B
C
10 lines
166 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
void sigbus_install(void);
|
|
void sigbus_reset(void);
|
|
|
|
int sigbus_pop(void **ret);
|