summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/linux_syscall_support.h
diff options
context:
space:
mode:
authormarkus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-18 20:54:46 +0000
committermarkus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-18 20:54:46 +0000
commit8a93e3822b23897bde15cf0e2a7cdee5973fd5a2 (patch)
tree554c22cd6c5a41b159a82edceb853d405e806ab7 /sandbox/linux/seccomp/linux_syscall_support.h
parent5f74571613bed65f1bc527289ddfd8fbaee2bc89 (diff)
downloadchromium_src-8a93e3822b23897bde15cf0e2a7cdee5973fd5a2.zip
chromium_src-8a93e3822b23897bde15cf0e2a7cdee5973fd5a2.tar.gz
chromium_src-8a93e3822b23897bde15cf0e2a7cdee5973fd5a2.tar.bz2
Add support for calling {rt_,}sigaction(), and for invoking signal handlers
from within the sandbox. Added tests for the new functionality and merged the tests for sigreturn() that had previously been committed to the standalone version of the sandbox (on Google Code) TEST=run "make test" BUG=37728 Review URL: http://codereview.chromium.org/2074003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/linux/seccomp/linux_syscall_support.h')
-rw-r--r--sandbox/linux/seccomp/linux_syscall_support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/linux/seccomp/linux_syscall_support.h b/sandbox/linux/seccomp/linux_syscall_support.h
index a0422d4..2ee0426 100644
--- a/sandbox/linux/seccomp/linux_syscall_support.h
+++ b/sandbox/linux/seccomp/linux_syscall_support.h
@@ -66,6 +66,7 @@ extern "C" {
#include <errno.h>
#include <signal.h>
#include <stdarg.h>
+#include <stddef.h>
#include <string.h>
#include <sys/ptrace.h>
#include <sys/resource.h>