This commit is contained in:
JackDoan
2026-04-24 15:18:10 -05:00
parent 194d58cd46
commit b155f4b7e1
2 changed files with 0 additions and 32 deletions

View File

@@ -78,19 +78,3 @@ func setMsgControllen(m *msghdr, n int) {
func setCmsgLen(h *unix.Cmsghdr, n int) {
h.Len = uint32(n)
}
func setIovLen(v *iovec, n int) {
v.Len = uint32(n)
}
func setMsgIovlen(m *msghdr, n int) {
m.Iovlen = uint32(n)
}
func setMsgControllen(m *msghdr, n int) {
m.Controllen = uint32(n)
}
func setCmsgLen(h *unix.Cmsghdr, n int) {
h.Len = uint32(n)
}

View File

@@ -81,19 +81,3 @@ func setMsgControllen(m *msghdr, n int) {
func setCmsgLen(h *unix.Cmsghdr, n int) {
h.Len = uint64(n)
}
func setIovLen(v *iovec, n int) {
v.Len = uint64(n)
}
func setMsgIovlen(m *msghdr, n int) {
m.Iovlen = uint64(n)
}
func setMsgControllen(m *msghdr, n int) {
m.Controllen = uint64(n)
}
func setCmsgLen(h *unix.Cmsghdr, n int) {
h.Len = uint64(n)
}