blob: a262f3c6c38f5a43c63f87ecb32169925ea20ecd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
Copyright 2014 Lennart Poettering
***/
void sigbus_install(void);
void sigbus_reset(void);
int sigbus_pop(void **ret);
|