]> Cypherpunks repositories - gostls13.git/commit
syscall: fix freebsd 64-bit test
authorKeith Randall <khr@google.com>
Mon, 10 Jun 2019 19:18:44 +0000 (12:18 -0700)
committerKeith Randall <khr@golang.org>
Mon, 10 Jun 2019 20:03:20 +0000 (20:03 +0000)
commit2d75c332cca28678ff61d9f7cd58a82acb75e197
tree29471b0a95e7162c5871562acee85764d90a8b58
parent350f71f4cb52dd6c4a9a84225153d9fafe7b4d40
syscall: fix freebsd 64-bit test

64 bits is 8 bytes. Duh.

Change-Id: I991b359df6241889bdef13152f551af9db6e14c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/181557
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/syscall/syscall_freebsd.go