From 8dc0e1382d5a0103e169b95b583e4b03b9080161 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 13 Oct 2004 23:22:37 -0700 Subject: [PATCH] [PATCH] Fix build error with klibc due to recent changes. --- udev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/udev.c b/udev.c index d7fa32757..a13f7013b 100644 --- a/udev.c +++ b/udev.c @@ -20,6 +20,7 @@ * */ +#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T #include #include #include -- 2.30.2