aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-09-24 00:06:22 -0400
committerRuss Cox <rsc@golang.org>2012-09-24 00:06:22 -0400
commit3d5ddffa306dff2a4e3546a0421191fac45ed549 (patch)
tree176d3a8a5bb40faccf103aa3e16e647d690962bc /test
parent9050550c12e2d09cf8f0c22a270cfa90120cdf6d (diff)
downloadgo-3d5ddffa306dff2a4e3546a0421191fac45ed549.tar.xz
syscall: prepare for 64-bit ints
This CL fixes code that incorrectly assumes that int is 32 bits wide. Specifically, the socketpair system call expects a pointer to a pair of int32s, not a pair of ints. Fix this inside the wrappers without changing the APIs. Update #2188. R=golang-dev, r CC=golang-dev https://golang.org/cl/6552063
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions