diff options
author | joel@chromium.org <joel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 04:13:33 +0000 |
---|---|---|
committer | joel@chromium.org <joel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 04:13:33 +0000 |
commit | 8015de3d3d692d1bbe4f3f2c46b20a5156639d32 (patch) | |
tree | 2517ac2fa2113615d795aa480cf308d39ca9bfb9 /chrome_frame | |
parent | 07daa864e47774c556796ebd0839f77e60e20d06 (diff) | |
download | chromium_src-8015de3d3d692d1bbe4f3f2c46b20a5156639d32.zip chromium_src-8015de3d3d692d1bbe4f3f2c46b20a5156639d32.tar.gz chromium_src-8015de3d3d692d1bbe4f3f2c46b20a5156639d32.tar.bz2 |
Hide seccomp sandbox calls from non-x86 machines
The seccomp sandbox is not built on ARM as it contains x86 specific code.
However, there are a pair of calls to seccomp sandbox functions in the zygote
initialisation, this hides those calls behind the ARCH_CPU_X86_FAMILY define.
Without this the ARM build does not link.
Review URL: http://codereview.chromium.org/402009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
0 files changed, 0 insertions, 0 deletions