]> Cypherpunks repositories - gostls13.git/commit
runtime: change PollDesc.fd from int32 to uintptr
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 20 May 2013 02:55:50 +0000 (12:55 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 20 May 2013 02:55:50 +0000 (12:55 +1000)
commit38abb09a2e4c682d0dcbe2d592c32bf0f9c2d1c5
treed5d18f3c4adac695a3d8599f25c7e70491db000a
parentfee1d1cda04e6a936d62be6d06c838150a03d2de
runtime: change PollDesc.fd from int32 to uintptr

This is in preparation for netpoll windows version.

R=golang-dev, bradfitz
CC=dvyukov, golang-dev, mikioh.mikioh
https://golang.org/cl/9569043
src/pkg/net/fd_poll_runtime.go
src/pkg/runtime/netpoll.goc
src/pkg/runtime/netpoll_epoll.c
src/pkg/runtime/netpoll_kqueue.c
src/pkg/runtime/runtime.h