]> Cypherpunks repositories - gostls13.git/commit
runtime: accept timeout from non-timeout semaphore wait on OS X
authorRuss Cox <rsc@golang.org>
Tue, 25 Oct 2016 00:47:31 +0000 (20:47 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 25 Oct 2016 02:51:04 +0000 (02:51 +0000)
commit71cf409dbdcba20f220d65ab83a6494c1f79b2a0
tree04c63ee9eba8759a6cfe5cf91420b7b81b97a8fc
parentb4ce38ec5769a270f0545dce43b2e926230609c3
runtime: accept timeout from non-timeout semaphore wait on OS X

Looking at the kernel sources, I don't see how this is possible.
But obviously it is. Just try again.

Fixes #17161.

Change-Id: Iea7d53f7cf75944792d2f75a0d07129831c7bcdb
Reviewed-on: https://go-review.googlesource.com/31823
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/os_darwin.go