chiark / gitweb /
copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if possible
[elogind.git] / src / basic / sigbus.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   This file is part of systemd.
6
7   Copyright 2014 Lennart Poettering
8 ***/
9
10 void sigbus_install(void);
11 void sigbus_reset(void);
12
13 int sigbus_pop(void **ret);