]> Cypherpunks repositories - gostls13.git/commit
syscall: unify unix Sendmsg prologues
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 2 Nov 2021 18:59:56 +0000 (11:59 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 4 Nov 2021 00:15:18 +0000 (00:15 +0000)
commitbe0cd9e5ec01141def07412b0ef3fa0d3f8cba9d
treecd037f9c94f6cdfc1252b47b278e258e7a926f1e
parent604963052072d7895138c78751c477cf25625e7d
syscall: unify unix Sendmsg prologues

These were identical. This is a preliminary step
towards remove allocs per UDP send.

Change-Id: I21e1264c7d4747baa626ddb93afff4c1cf225d13
Reviewed-on: https://go-review.googlesource.com/c/go/+/361256
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/syscall_aix.go
src/syscall/syscall_bsd.go
src/syscall/syscall_linux.go
src/syscall/syscall_solaris.go
src/syscall/syscall_unix.go