]> Cypherpunks repositories - gostls13.git/commit
syscall: use correct cmsg alignment for netbsd/arm64
authorTobias Klauser <tklauser@distanz.ch>
Thu, 1 Oct 2020 08:25:20 +0000 (10:25 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 1 Oct 2020 13:23:43 +0000 (13:23 +0000)
commit069aef4067480ab29f5788b31171054954577661
tree508ccbeb2de8edaf2e9c140d643df917751575d6
parent9b1518aeda297f87d6d06218ddb744c71fefb80d
syscall: use correct cmsg alignment for netbsd/arm64

netbsd/arm64 requires 128-bit alignment for cmsgs.

Re-submit of CL 258437 which was dropped due to #41718.

Change-Id: I898043d79f513bebe1a5eb931e7ebd8e291a5aec
Reviewed-on: https://go-review.googlesource.com/c/go/+/258677
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Trust: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
src/syscall/sockcmsg_unix_other.go