mirror of
https://github.com/golang/sys.git
synced 2026-02-09 12:16:04 +03:00
The prctl system calls used in this test modify and examine the properties of the current thread. For the test to work correctly (and to avoid interfering with other tests), the thread must be locked for those calls and should not be reused when the test completes. Fixes golang/go#50607 Change-Id: I2b14e6c0440155f4287d97f0bb72099af291ba0d Reviewed-on: https://go-review.googlesource.com/c/sys/+/378555 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
26 KiB
26 KiB