summaryrefslogtreecommitdiffstats
path: root/libgo/go/net/sock_solaris.go
Commit message (Collapse)AuthorAgeFilesLines
* net: Remove Solaris-specific version of listenerSockaddr.ian2013-07-231-29/+0
| | | | | | | Solaris will use the version in sock_unix.go. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201183 138bc75d-0d04-0410-961f-82ee72b054a4
* PR go/52583ian2012-04-251-0/+47
net: Solaris fixes. In particular fix fd_select.go to handle the case where a file descriptor is closed by one goroutine while another goroutine is waiting for it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186801 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud