]> Cypherpunks repositories - gostls13.git/commit
syscall: use 64-bit alignment on netbsd-arm
authorBenny Siegert <bsiegert@gmail.com>
Thu, 28 Feb 2019 10:54:22 +0000 (11:54 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 28 Feb 2019 11:24:52 +0000 (11:24 +0000)
commitc2b707bcf18e763a1fafc7c6fe955c64760df255
tree01165d434105aa864f13aa3e08c27683fc5fc9b5
parent6a72dd77f4f675ef7a162f0111e092faafc73ff3
syscall: use 64-bit alignment on netbsd-arm

netbsd-arm needs the same override to the alignment function as
openbsd-arm. This fixes the TestPassFD failure.

Update golang/go#24771

Change-Id: Ib124fc776f6e2e3b3932784365c2bd3944523a52
Reviewed-on: https://go-review.googlesource.com/c/164458
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/syscall/sockcmsg_unix.go