]> Cypherpunks repositories - gostls13.git/commit
undo CL 6855110 / 869253ef7009
authorDave Cheney <dave@cheney.net>
Fri, 30 Nov 2012 09:02:30 +0000 (20:02 +1100)
committerDave Cheney <dave@cheney.net>
Fri, 30 Nov 2012 09:02:30 +0000 (20:02 +1100)
commit5b425cc3ab2c9ce4752a5baa9a52ab86bda96036
treefbb5d8af81e28fea273b39c772987b790e0e666b
parentbe0d84e335a8c1b1ee420c771d7e511a79eeffd2
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 #4434.

R=mikioh.mikioh, bradfitz, dvyukov, alex.brainman
CC=golang-dev
https://golang.org/cl/6855110
»»»

R=rsc, mikioh.mikioh, dvyukov, minux.ma
CC=golang-dev
https://golang.org/cl/6852105
src/pkg/net/fd_posix_test.go [deleted file]
src/pkg/net/fd_unix.go
src/pkg/net/fd_windows.go
src/pkg/net/sendfile_freebsd.go
src/pkg/net/sendfile_linux.go
src/pkg/net/sock_posix.go
src/pkg/net/sockopt_posix.go