mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
[PATCH] signal fixes due to klibc update.
This commit is contained in:
parent
3555a14bae
commit
d546791d3a
@ -28,6 +28,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef STANDALONE
|
||||
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -25,6 +25,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
|
||||
#include <signal.h>
|
||||
|
||||
/* flags to tdb_store() */
|
||||
|
Loading…
x
Reference in New Issue
Block a user