search for: f821f9a

Displaying 1 result from an estimated 1 matches for "f821f9a".

Did you mean: b823f9a
2012 Jun 13
0
[LLVMdev] [Patch] compiler-rt lib/int_endianness.h
...correct endian.h file on the BSD'. I checked all OS' on the defined list and they all require machine instead of sys. While there I added __Bitrig__ which is a newly launched OS that uses clang as it's compiler. diff --git a/lib/int_endianness.h b/lib/int_endianness.h index 70bd177..f821f9a 100644 --- a/lib/int_endianness.h +++ b/lib/int_endianness.h @@ -31,8 +31,8 @@ /* .. */ -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__minix) -#include <sys/endian.h> +#if defined(__FreeBSD__) || defined(__NetBSD__) || defi...