]> Cypherpunks repositories - gostls13.git/commit
runtime: fix Linux build
authorIan Lance Taylor <iant@golang.org>
Sun, 31 Aug 2014 01:15:55 +0000 (18:15 -0700)
committerIan Lance Taylor <iant@golang.org>
Sun, 31 Aug 2014 01:15:55 +0000 (18:15 -0700)
commita287567d3cd108513d337f647a3902d3b7fade34
treeeb757633130786790a9d49bac889b9ccb27c8bd7
parent86c4c4f00cc2ab6445ccb333c5b585bfe4a1002f
runtime: fix Linux build

Make the definition of the EpollEvent data field consistent
across architectures, adapt the other use of it in
netpoll_epoll for the new definition, and use uint64 rather
than uintptr.

LGTM=dave
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/137890043
src/pkg/runtime/defs_linux_386.h
src/pkg/runtime/defs_linux_arm.h
src/pkg/runtime/netpoll_epoll.c