This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r195823 - in /trunk/libgo/go/net: fd_bsd.go fd_...


Author: ian
Date: Wed Feb  6 22:40:18 2013
New Revision: 195823

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195823
Log:
	PR go/56172
net: Fixes for select based pollster.

Make Close work properly, mainly for testing.  Restart the
select if a descriptor is closed.

Modified:
    trunk/libgo/go/net/fd_bsd.go
    trunk/libgo/go/net/fd_linux.go
    trunk/libgo/go/net/fd_select.go
    trunk/libgo/go/net/fd_unix.go


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]