]> Cypherpunks repositories - gostls13.git/commit
runtime: revert Apple libc atfork workaround
authorRuss Cox <rsc@golang.org>
Thu, 22 Dec 2022 14:21:03 +0000 (09:21 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 22 Dec 2022 18:03:58 +0000 (18:03 +0000)
commit6c9b661867a4439d3ba3086f21c7ea0a5d6c3d5e
tree271cbd8df83ad1bcc3d526c73721140aadf8c555
parent6d3139b203912835b19e32fcb9bb709f89f0bc11
runtime: revert Apple libc atfork workaround

Revert CL 451735 (1f4394a0c926), which fixed #33565 and #56784
but also introduced #57263.

I have a different fix to apply instead. Since the first fix was
never backported, it will be easiest to backport the new fix
if the new fix is done in a separate CL from the revert.

Change-Id: I6c8ea3a46e542ee4702675bbc058e29ccd2723e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/459175
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
src/runtime/os_darwin.go
src/runtime/sys_darwin.go
src/runtime/sys_darwin_amd64.s
src/runtime/sys_darwin_arm64.s