diff options
Diffstat (limited to 'components/breakpad/browser')
-rw-r--r-- | components/breakpad/browser/crash_handler_host_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/breakpad/browser/crash_handler_host_linux.cc b/components/breakpad/browser/crash_handler_host_linux.cc index 1394ba5..94e1974 100644 --- a/components/breakpad/browser/crash_handler_host_linux.cc +++ b/components/breakpad/browser/crash_handler_host_linux.cc @@ -30,7 +30,7 @@ #include "components/breakpad/app/breakpad_linux_impl.h" #include "content/public/browser/browser_thread.h" -#if defined(OS_ANDROID) +#if defined(OS_ANDROID) && !defined(__LP64__) #include <sys/linux-syscalls.h> #define SYS_read __NR_read |