]> Cypherpunks repositories - gostls13.git/commit
runtime: fix select pass 3
authorHector Chu <hectorchu@gmail.com>
Mon, 18 Jul 2011 20:15:01 +0000 (16:15 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 18 Jul 2011 20:15:01 +0000 (16:15 -0400)
commit47e6042f73b07c5eaf28b978711605025c3d0df6
tree9c9bba2d4f64d1a2bc2925a05e408cca742e707b
parentbd77619142f6eb9212fb99ca17aade47afc001e5
runtime: fix select pass 3

Fixes #2075

R=rsc, ken, r
CC=golang-dev
https://golang.org/cl/4748045
src/pkg/runtime/chan.c
test/chan/select6.go [new file with mode: 0644]