From f4949c53e66a4a8697b1bd5aa3f8265faf3423b1 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Wed, 20 Oct 2004 14:13:33 +0200 Subject: [PATCH] [PATCH] Remove the last klibc specific line from the main udev code --- klibc_fixups/klibc_fixups.h | 1 + udev.c | 1 - udevdb.c | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/klibc_fixups/klibc_fixups.h b/klibc_fixups/klibc_fixups.h index a39ec42e5..13011b688 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 #define _SC_PAGESIZE 0x66 diff --git a/udev.c b/udev.c index 5064bbd17..cac60fd93 100644 --- a/udev.c +++ b/udev.c @@ -20,7 +20,6 @@ * */ -#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T #include #include #include diff --git a/udevdb.c b/udevdb.c index 23de22751..6a3357d0b 100644 --- a/udevdb.c +++ b/udevdb.c @@ -21,7 +21,6 @@ * */ -#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T #include #include #include -- 2.30.2