diff options
Diffstat (limited to 'src/runtime/os_dragonfly.go')
| -rw-r--r-- | src/runtime/os_dragonfly.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/os_dragonfly.go b/src/runtime/os_dragonfly.go index e22fd9b42f..fbbee64fd3 100644 --- a/src/runtime/os_dragonfly.go +++ b/src/runtime/os_dragonfly.go @@ -220,6 +220,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) { } |
