From: Ian Lance Taylor Date: Fri, 24 Jun 2022 00:23:39 +0000 (-0700) Subject: doc/go1.19: Linux race detector now requires glibc 2.17 X-Git-Tag: go1.19rc1~72 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d38f1d13fa;p=gostls13.git doc/go1.19: Linux race detector now requires glibc 2.17 Fixes #53522 Change-Id: Ibed838d358a733d26a6c3d89446d7fadb1012961 Reviewed-on: https://go-review.googlesource.com/c/go/+/413876 Reviewed-by: Keith Randall Reviewed-by: Keith Randall Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot --- diff --git a/doc/go1.19.html b/doc/go1.19.html index b323b0d182..53c11bd26e 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -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.