chiark / gitweb /
[PATCH] klibc: version 1.0.4
[elogind.git] / klibc / include / signal.h
index e78318f5f742400e256434d8fa4d4161dbcc8bef..ab3c98d6e4cfa7f27369b0ed035cf0acf26394e8 100644 (file)
@@ -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