summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 4754f54..e726fce 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -42,7 +42,8 @@ struct ksiginfo;
typedef int sy_call_t(struct thread *, void *);
/* Used by the machine dependent syscall() code. */
-typedef void (*systrace_probe_func_t)(u_int32_t, int, struct sysent *, void *);
+typedef void (*systrace_probe_func_t)(u_int32_t, int, struct sysent *, void *,
+ int);
/*
* Used by loaded syscalls to convert arguments to a DTrace array
OpenPOWER on IntegriCloud