[sanitizer] Fix Android build.

Android actually has "__unused" macro defined in <cdefs.h>.

llvm-svn: 190160
This commit is contained in:
Evgeniy Stepanov 2013-09-06 14:58:49 +00:00
parent fd7cd35592
commit 09d33c67e1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace __sanitizer {
uptr *oldlenp; uptr *oldlenp;
void *newval; void *newval;
uptr newlen; uptr newlen;
unsigned long __unused[4]; unsigned long ___unused[4];
}; };
#endif // SANITIZER_LINUX #endif // SANITIZER_LINUX