aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux_test.go
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2016-06-15 01:09:51 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2016-06-14 22:39:56 +0000
commit9208ed322459809cf26f65485d0e6d248dadb830 (patch)
tree80593bf7ebf4f21dd179267eb268d7ef03faa3a2 /src/syscall/exec_linux_test.go
parentaf0fc83985860776551d15be3a8fefde35514bcb (diff)
downloadgo-9208ed322459809cf26f65485d0e6d248dadb830.tar.xz
os: fix blockUntilWaitable on freebsd/{386,arm}
The previous fix was wrong because it had two misunderstandings on freebsd32 calling convention like the following: - 32-bit id1 implies that it is the upper half of 64-bit id, indeed it depends on machine endianness. - 32-bit ARM calling convension doesn't conform to freebsd32_args, indeed it does. This change fixes the bugs and makes blockUntilWaitable work correctly on freebsd/{386,arm}. Fixes #16064. Change-Id: I820c6d01d59a43ac4f2ab381f757c03b14bca75e Reviewed-on: https://go-review.googlesource.com/24064 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/syscall/exec_linux_test.go')
0 files changed, 0 insertions, 0 deletions