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.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index d0ba99861153..958336be0f08 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -1420,7 +1420,7 @@
259 AUE_NULL STD {
int linux_timer_create(
clockid_t clock_id,
- struct sigevent *evp,
+ struct l_sigevent *evp,
l_timer_t *timerid
);
}
@@ -1554,7 +1554,7 @@
281 AUE_NULL STD {
int linux_mq_notify(
l_mqd_t mqd,
- const struct l_timespec *abs_timeout
+ const struct l_sigevent *sevp
);
}
282 AUE_NULL STD {