aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klibc_fixups/klibc_fixups.h1
-rw-r--r--udev.c1
-rw-r--r--udevdb.c1
3 files changed, 1 insertions, 2 deletions
diff --git a/klibc_fixups/klibc_fixups.h b/klibc_fixups/klibc_fixups.h
index a39ec42e..13011b68 100644
--- a/klibc_fixups/klibc_fixups.h
+++ b/klibc_fixups/klibc_fixups.h
@@ -3,6 +3,7 @@
#ifndef _KLIBC_FIXUPS_H
#define _KLIBC_FIXUPS_H
+#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <unistd.h>
#define _SC_PAGESIZE 0x66
diff --git a/udev.c b/udev.c
index 5064bbd1..cac60fd9 100644
--- a/udev.c
+++ b/udev.c
@@ -20,7 +20,6 @@
*
*/
-#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
diff --git a/udevdb.c b/udevdb.c
index 23de2275..6a3357d0 100644
--- a/udevdb.c
+++ b/udevdb.c
@@ -21,7 +21,6 @@
*
*/
-#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdlib.h>
#include <stdio.h>
#include <string.h>