aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/linux/syscalls.master')
-rw-r--r--sys/i386/linux/syscalls.master7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 94c9ebfb2ae8..4c1c9f1b895a 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -2399,7 +2399,12 @@
);
}
409 AUE_NULL STD {
- int linux_timer_settime64(void);
+ int linux_timer_settime64(
+ l_timer_t timerid,
+ l_int flags,
+ const struct l_itimerspec64 *new,
+ struct l_itimerspec64 *old
+ );
}
410 AUE_NULL STD {
int linux_timerfd_gettime64(void);