]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: Linux race detector now requires glibc 2.17
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Jun 2022 00:23:39 +0000 (17:23 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 24 Jun 2022 00:37:46 +0000 (00:37 +0000)
Fixes #53522

Change-Id: Ibed838d358a733d26a6c3d89446d7fadb1012961
Reviewed-on: https://go-review.googlesource.com/c/go/+/413876
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

doc/go1.19.html

index b323b0d1828d0694c601973aa8ef06fdeff3147b..53c11bd26e8361ec5441426368e7ff77b62c3316 100644 (file)
@@ -807,6 +807,7 @@ as well as support for rendering them to HTML, Markdown, and text.
       Compared to v2, it is now typically 1.5x to 2x faster, uses half
       as much memory, and it supports an unlimited number of
       goroutines.
+      On Linux, the race detector now requires at least glibc version 2.17.
     </p>
 
     <p><!-- CL 336549 -->