From 6a57d93130924487bd58b3d80dabd421d4fbbe4f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 11 Jan 2013 21:13:25 +0000 Subject: Remove __GLIBC_HAVE_LONG_LONG. --- string/byteswap.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'string/byteswap.h') diff --git a/string/byteswap.h b/string/byteswap.h index a31e902bee..705015f055 100644 --- a/string/byteswap.h +++ b/string/byteswap.h @@ -33,9 +33,7 @@ /* Return a value with all bytes in the 32 bit argument swapped. */ #define bswap_32(x) __bswap_32 (x) -#if __GLIBC_HAVE_LONG_LONG /* Return a value with all bytes in the 64 bit argument swapped. */ -# define bswap_64(x) __bswap_64 (x) -#endif +#define bswap_64(x) __bswap_64 (x) #endif /* byteswap.h */ -- cgit 1.4.1