Skip to content

Commit

Permalink
[BRANCH ONLY] Fix x86 Android build after Ic494f526c1b8d15483ca7e9a97…
Browse files Browse the repository at this point in the history
…d9f044f276c26d.

This adds an #include to resolve the missing definition of
__NR_process_vm_readv on x86.

(cherry picked from commit 5d08310)

Bug: 766245, 766400
Change-Id: Iebd67b5d03f84d72663ebc4a116253d2c8d6223e
Reviewed-on: https://chromium-review.googlesource.com/672607
Reviewed-by: Richard Coles <[email protected]>
Cr-Original-Commit-Position: refs/branch-heads/3163@{#1236}
Cr-Original-Branched-From: ff259ba-refs/heads/master@{#488528}
Reviewed-on: https://chromium-review.googlesource.com/673223
Reviewed-by: Robert Sesek <[email protected]>
Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#325}
Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
  • Loading branch information
rsesek committed Sep 19, 2017
1 parent 65537ac commit d698a9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "build/build_config.h"
#include "sandbox/linux/bpf_dsl/bpf_dsl.h"
#include "sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.h"
#include "sandbox/linux/system_headers/linux_syscalls.h"

#if defined(__x86_64__)
#include <asm/prctl.h>
Expand Down

0 comments on commit d698a9b

Please sign in to comment.