Reviewers: rsc, mikio, dvyukov, minux,
Message:
Hello rsc@golang.org, mikioh.mikioh@gmail.com, dvyukov@google.com,
minux.ma@gmail.com (cc: golang-dev@googlegroups.com),
I'd like you to review this change to
https://code.google.com/p/go
Description:
undo CL 6855110 / 869253ef7009
64bit atomics are broken on 32bit systems. This is issue 599.
linux/arm builders all broke with this change, I am concerned that the
other 32bit builders are silently impacted.
««« original CL description
net: fix data races on deadline vars
Fixes issue 4434.
R=mikioh.mikioh, bradfitz, dvyukov, alex.brainman
CC=golang-dev
https://codereview.appspot.com/6855110
»»»
Please review this at https://codereview.appspot.com/6852105/
Affected files:
R src/pkg/net/fd_posix_test.go
M src/pkg/net/fd_unix.go
M src/pkg/net/fd_windows.go
M src/pkg/net/sendfile_freebsd.go
M src/pkg/net/sendfile_linux.go
M src/pkg/net/sock_posix.go
M src/pkg/net/sockopt_posix.go