aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-10-20 14:13:33 +0200
committerGreg KH <gregkh@suse.de>2005-04-26 22:08:27 -0700
commitf4949c53e66a4a8697b1bd5aa3f8265faf3423b1 (patch)
treeebe8186b4e15c8f548f6e851991b3602f7ed1b05 /udev.c
parent993a633ab848487b8e546f66087595e2dc5aa4af (diff)
downloadudev-f4949c53e66a4a8697b1bd5aa3f8265faf3423b1.tar.gz
[PATCH] Remove the last klibc specific line from the main udev code
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c1
1 files changed, 0 insertions, 1 deletions
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>