]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/sigbus.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / sigbus.c
index 0108603fe83ddf2d1733637df85b0a78066be3fd..2416929e369cd4905a6cc246812639cf50c1b566 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <errno.h>
 #include <signal.h>
+#include <stddef.h>
 #include <sys/mman.h>
 
 #include "macro.h"
-#include "util.h"
 #include "sigbus.h"
+#include "util.h"
 
 #define SIGBUS_QUEUE_MAX 64