From 5a1765290e87f45b970657cfc8ac1e7ca5c50d6a Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Tue, 13 Mar 2018 19:11:43 +0100 Subject: Prep v236 : Add missing SPDX-License-Identifier (2/9) src/basic --- src/basic/sigbus.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/basic/sigbus.h (limited to 'src/basic/sigbus.h') diff --git a/src/basic/sigbus.h b/src/basic/sigbus.h new file mode 100644 index 000000000..90b0c9632 --- /dev/null +++ b/src/basic/sigbus.h @@ -0,0 +1,26 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ +#pragma once + +/*** + This file is part of systemd. + + Copyright 2014 Lennart Poettering + + systemd is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + systemd is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with systemd; If not, see . +***/ + +void sigbus_install(void); +void sigbus_reset(void); + +int sigbus_pop(void **ret); -- cgit v1.2.3