1
0
Fork 0
forked from External/ergo

upgrade other x dependencies

This commit is contained in:
Shivaram Lingamneni 2023-01-15 08:30:18 -05:00
parent 7a82554f9d
commit eb84103865
221 changed files with 22212 additions and 2706 deletions

View file

@ -363,7 +363,7 @@ func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen _Sockle
var empty bool
if len(oob) > 0 {
// send at least one normal byte
empty := emptyIovecs(iov)
empty = emptyIovecs(iov)
if empty {
var iova [1]Iovec
iova[0].Base = &dummy