diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2025-07-11 22:51:46 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-07-11 14:27:24 -0700 |
| commit | 6ebb5f56d9ed35588970ce69cbad63508403bb8d (patch) | |
| tree | 685a103fc4e5c45ced3db88db446c3787804463d /src/runtime/os3_solaris.go | |
| parent | 1e48ca7020adf13e0fa4a6c2053f210b869bfa24 (diff) | |
| download | go-6ebb5f56d9ed35588970ce69cbad63508403bb8d.tar.xz | |
runtime: gofmt after CL 643897 and CL 662455
Change-Id: I3103325ebe29509c00b129a317b5708aece575a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/687715
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Diffstat (limited to 'src/runtime/os3_solaris.go')
| -rw-r--r-- | src/runtime/os3_solaris.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/os3_solaris.go b/src/runtime/os3_solaris.go index 116995e5f6..3197c66537 100644 --- a/src/runtime/os3_solaris.go +++ b/src/runtime/os3_solaris.go @@ -238,6 +238,7 @@ func unminit() { // resources in minit, semacreate, or elsewhere. Do not take locks after calling this. // // This always runs without a P, so //go:nowritebarrierrec is required. +// //go:nowritebarrierrec func mdestroy(mp *m) { } |
