Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
[asan] Fix Android build.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@200551 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
eugenis committed Jan 31, 2014
1 parent 763799a commit 1a13c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sanitizer_common/sanitizer_platform_limits_posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ namespace __sanitizer {
unsigned struct_sioc_vif_req_sz = sizeof(struct sioc_vif_req);
#endif

#if SANITIZER_LINUX
#if SANITIZER_LINUX && !SANITIZER_ANDROID
unsigned snd_pcm_sframes_t_sz = sizeof(snd_pcm_sframes_t);
unsigned snd_pcm_uframes_t_sz = sizeof(snd_pcm_uframes_t);
unsigned struct_hdsp_9632_aeb_sz = sizeof(struct hdsp_9632_aeb);
Expand Down
2 changes: 1 addition & 1 deletion lib/sanitizer_common/sanitizer_platform_limits_posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ namespace __sanitizer {
extern unsigned struct_sioc_vif_req_sz;
#endif

#if SANITIZER_LINUX
#if SANITIZER_LINUX && !SANITIZER_ANDROID
extern unsigned snd_pcm_sframes_t_sz;
extern unsigned snd_pcm_uframes_t_sz;
extern unsigned struct_hdsp_9632_aeb_sz;
Expand Down

0 comments on commit 1a13c87

Please sign in to comment.