aboutsummaryrefslogtreecommitdiffstats
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
parent993a633ab848487b8e546f66087595e2dc5aa4af (diff)
downloadudev-f4949c53e66a4a8697b1bd5aa3f8265faf3423b1.tar.gz
[PATCH] Remove the last klibc specific line from the main udev code
-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>