Commit 97fdfdb5 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

runtime: fix solaris netpoll

TBR=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/141030043
parent 29225211
......@@ -273,7 +273,7 @@ func netpolllock(pd *pollDesc) {
}
func netpollunlock(pd *pollDesc) {
lock(&pd.lock)
unlock(&pd.lock)
}
// make pd ready, newly runnable goroutines (if any) are returned in rg/wg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment