aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/bits/byteswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86/bits/byteswap.h')
-rw-r--r--sysdeps/x86/bits/byteswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/bits/byteswap.h b/sysdeps/x86/bits/byteswap.h
index 0f96ba3..9e2effc 100644
--- a/sysdeps/x86/bits/byteswap.h
+++ b/sysdeps/x86/bits/byteswap.h
@@ -134,7 +134,7 @@ __bswap_64 (__uint64_t __bsx)
} \
__r.__ll; }))
# endif
-#elif __GLIBC_HAVE_LONG_LONG
+#else
# define __bswap_constant_64(x) \
((((x) & 0xff00000000000000ull) >> 56) \
| (((x) & 0x00ff000000000000ull) >> 40) \