summaryrefslogtreecommitdiff
path: root/lib/endianness.h
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-08-09 18:59:21 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-08-09 18:59:21 +0000
commit166b783fa2b1bf6329db080b3a7f922f37914974 (patch)
tree812ac41c6dfafa5c122785b74ac2dcd4e3b22be5 /lib/endianness.h
parent8bf1e094893cb24796137b47ee0d46d18d299996 (diff)
fix build on linux
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/endianness.h')
-rw-r--r--lib/endianness.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/endianness.h b/lib/endianness.h
index 8069bacb9..5c212c445 100644
--- a/lib/endianness.h
+++ b/lib/endianness.h
@@ -72,7 +72,7 @@
/* .. */
-#if defined(__Linux__)
+#if defined(__linux__)
#include <endian.h>
#if __BYTE_ORDER == __BIG_ENDIAN