aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 2ffefdef04a3..bacf76a94437 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -728,7 +728,7 @@
114 AUE_SENDMSG COMPAT|CAPENABLED {
int sendmsg(
int s,
- _In_ const void *msg,
+ _In_ const struct omsghdr *msg,
int flags
);
}