summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-01 18:25:55 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-11-01 18:25:55 +0000
commita8fa825177b6836575d40105b1c65c950e6ce126 (patch)
treed61f19088152260194501259efaa595d57455dc2 /compiler-rt
parent249f96e339915970ed2b95765ec516458c8a6be2 (diff)
downloadbcm5719-llvm-a8fa825177b6836575d40105b1c65c950e6ce126.tar.gz
bcm5719-llvm-a8fa825177b6836575d40105b1c65c950e6ce126.zip
Fix DragonFly BSD define in compiler-rt.
llvm-svn: 85726
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/endianness.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/endianness.h b/compiler-rt/lib/endianness.h
index b6622e8d97d..6d2587d022e 100644
--- a/compiler-rt/lib/endianness.h
+++ b/compiler-rt/lib/endianness.h
@@ -36,7 +36,7 @@
/* .. */
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#include <sys/endian.h>
#if _BYTE_ORDER == _BIG_ENDIAN
OpenPOWER on IntegriCloud