summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm64
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-03 13:37:18 -0700
committerElliott Hughes <enh@google.com>2015-04-03 13:37:18 -0700
commitdffd3c58389103d6ee712fac6544217c00c1f315 (patch)
treeb2c977a1277b2bcc93224c5800cdd904ae2859db /libc/arch-arm64
parentec8b3a7dde3c282c4f9ca5c8bf5a7e1b7469def0 (diff)
downloadbionic-dffd3c58389103d6ee712fac6544217c00c1f315.zip
bionic-dffd3c58389103d6ee712fac6544217c00c1f315.tar.gz
bionic-dffd3c58389103d6ee712fac6544217c00c1f315.tar.bz2
Try again to fix clang build.
I got the condition the wrong way round in the previous change. Bug: http://b/20065774 Change-Id: I218b224b37f5fb2f7c7ec2f9af27472b340c4b15
Diffstat (limited to 'libc/arch-arm64')
-rw-r--r--libc/arch-arm64/bionic/libgcc_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-arm64/bionic/libgcc_compat.c b/libc/arch-arm64/bionic/libgcc_compat.c
index 904cc16..2dae3f5 100644
--- a/libc/arch-arm64/bionic/libgcc_compat.c
+++ b/libc/arch-arm64/bionic/libgcc_compat.c
@@ -1,6 +1,6 @@
/* STOPSHIP: remove this once the flounder blobs have been rebuilt (http://b/20065774). */
-#if defined(__clang__)
+#if !defined(__clang__)
extern void __clear_cache(char*, char*);
extern char _Unwind_Backtrace;