aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-25 07:06:30 +0000
committerMike Frysinger <vapier@gentoo.org>2009-10-25 07:06:30 +0000
commit9b53f023e6bc3675458cb891332fc6b0c39d8504 (patch)
treeb2b47925a9f0763cdca42c6d5d68b6187e1c6d00 /libsandbox/trace/common.c
parentbump to sandbox-2.2 (diff)
downloadsandbox-9b53f023e6bc3675458cb891332fc6b0c39d8504.tar.gz
sandbox-9b53f023e6bc3675458cb891332fc6b0c39d8504.tar.bz2
sandbox-9b53f023e6bc3675458cb891332fc6b0c39d8504.zip
libsandbox: add support for tracing SPARC systems
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox/trace/common.c')
-rw-r--r--libsandbox/trace/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsandbox/trace/common.c b/libsandbox/trace/common.c
index 390e343..7604440 100644
--- a/libsandbox/trace/common.c
+++ b/libsandbox/trace/common.c
@@ -4,6 +4,7 @@ struct syscall_entry {
};
static int trace_sysnum(void);
+static int trace_sysnum_regs(void *vregs);
static long trace_raw_ret(void *vregs);
static unsigned long trace_arg(void *vregs, int num);