aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/uapi/asm-generic/swab.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/uapi/asm-generic/swab.h')
-rw-r--r--libc/kernel/uapi/asm-generic/swab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/uapi/asm-generic/swab.h b/libc/kernel/uapi/asm-generic/swab.h
index 8279332d3..bcbc94ffd 100644
--- a/libc/kernel/uapi/asm-generic/swab.h
+++ b/libc/kernel/uapi/asm-generic/swab.h
@@ -21,7 +21,7 @@
#include <asm/bitsperlong.h>
#if __BITS_PER_LONG == 32
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
-#if defined(__GNUC__) && (!defined(__STRICT_ANSI__) || defined(__KERNEL__))
+#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
#define __SWAB_64_THRU_32__
#endif
#endif