http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48312

--- Comment #2 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> 2011-03-28 
18:35:56 UTC ---
Author: ian
Date: Mon Mar 28 18:35:53 2011
New Revision: 171623

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171623
Log:
    PR go/48312
Fix fd_select.go for changes in FD handling.

We have to wake up the goroutine waiting in select each time
we change the set of descriptors we are waiting for, unlike
epoll.

Modified:
    trunk/libgo/go/net/fd.go
    trunk/libgo/go/net/fd_linux.go
    trunk/libgo/go/net/fd_select.go
    trunk/libgo/go/net/newpollserver.go
    trunk/libgo/go/net/newpollserver_rtems.go

Reply via email to