vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
--- a/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go	Tue Aug 23 22:33:28 2022 +0200
+++ b/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go	Tue Aug 23 22:39:43 2022 +0200
@@ -26,6 +26,10 @@
 	msghdr.Controllen = uint32(length)
 }
 
+func (msghdr *Msghdr) SetIovlen(length int) {
+	msghdr.Iovlen = uint32(length)
+}
+
 func (cmsg *Cmsghdr) SetLen(length int) {
 	cmsg.Len = uint32(length)
 }