aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_event.c')
-rw-r--r--sys/compat/linux/linux_event.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_event.c b/sys/compat/linux/linux_event.c
index 331732eb4234..2539b406618f 100644
--- a/sys/compat/linux/linux_event.c
+++ b/sys/compat/linux/linux_event.c
@@ -801,8 +801,7 @@ timerfd_ioctl(struct file *fp, u_long cmd, void *data,
}
static int
-timerfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred,
- struct thread *td)
+timerfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred)
{
return (ENXIO);