summaryrefslogtreecommitdiff
path: root/klibc/include/signal.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-27 00:11:52 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:54:59 -0700
commita6bece643c9e1132052c246eab099e7d9071ab63 (patch)
treea1609e48f719ba73e62a8388453fef3eb65d0a3a /klibc/include/signal.h
parent6b493a20e1dbf90a4e54d3be37027fa906220c31 (diff)
[PATCH] klibc: version 1.0.4
Diffstat (limited to 'klibc/include/signal.h')
-rw-r--r--klibc/include/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/klibc/include/signal.h b/klibc/include/signal.h
index e78318f5f7..ab3c98d6e4 100644
--- a/klibc/include/signal.h
+++ b/klibc/include/signal.h
@@ -16,7 +16,7 @@
/* glibc seems to use sig_atomic_t as "int" pretty much on all architectures.
Do the same, but allow the architecture to override. */
-#ifdef _KLIBC_HAS_ARCH_SIG_ATOMIC_T
+#ifndef _KLIBC_HAS_ARCH_SIG_ATOMIC_T
typedef int sig_atomic_t;
#endif