summaryrefslogtreecommitdiff
path: root/udevdb.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-17 00:23:28 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:08 -0700
commitd546791d3ab1cbf8cb08b27eab1fc09e1c5d04dc (patch)
tree20b94361601dde9c7fc49b37029a578e8cee7c1d /udevdb.c
parent3555a14bae9f372385e4bc01368027cdbc29384c (diff)
[PATCH] signal fixes due to klibc update.
Diffstat (limited to 'udevdb.c')
-rw-r--r--udevdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/udevdb.c b/udevdb.c
index e0bd39e84..5be3c2515 100644
--- a/udevdb.c
+++ b/udevdb.c
@@ -24,6 +24,7 @@
/*
* udev database library
*/
+#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>