mirror of
https://github.com/systemd/systemd.git
synced 2026-07-22 15:30:54 +00:00
8 lines
144 B
C
8 lines
144 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
void sigbus_install(void);
|
|
void sigbus_reset(void);
|
|
|
|
int sigbus_pop(void **ret);
|