summaryrefslogtreecommitdiff
path: root/test/testlib
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
commitaf6fc658fed9ed8f601951c101f9fdcc38cca86a (patch)
treef787382b78df949793001ab391580733b7b18518 /test/testlib
parentbf6b129907dbdff75b43e4558e094c979eb12e25 (diff)
downloadgo-af6fc658fed9ed8f601951c101f9fdcc38cca86a.tar.gz
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 issue 2188. R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6552063
Diffstat (limited to 'test/testlib')
0 files changed, 0 insertions, 0 deletions