diff options
-rw-r--r-- | tdb/spinlock.c | 1 | ||||
-rw-r--r-- | tdb/tdb.c | 1 | ||||
-rw-r--r-- | tdb/tdb.h | 1 | ||||
-rw-r--r-- | udevdb.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tdb/spinlock.c b/tdb/spinlock.c index 9bf42adfcf..50cd952c72 100644 --- a/tdb/spinlock.c +++ b/tdb/spinlock.c @@ -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() */ @@ -24,6 +24,7 @@ /* * udev database library */ +#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T #include <stdlib.h> #include <stdio.h> #include <fcntl.h> |