diff options
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-01 18:25:55 +0000 |
|---|---|---|
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-11-01 18:25:55 +0000 |
| commit | a8fa825177b6836575d40105b1c65c950e6ce126 (patch) | |
| tree | d61f19088152260194501259efaa595d57455dc2 /compiler-rt | |
| parent | 249f96e339915970ed2b95765ec516458c8a6be2 (diff) | |
| download | bcm5719-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.h | 2 |
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 |

