Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Try again to fix clang build.
Browse files Browse the repository at this point in the history
I got the condition the wrong way round in the previous change.

Bug: http://b/20065774
Change-Id: I218b224b37f5fb2f7c7ec2f9af27472b340c4b15
  • Loading branch information
enh-google committed Apr 3, 2015
1 parent ec8b3a7 commit dffd3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;
Expand Down

0 comments on commit dffd3c5

Please sign in to comment.