mirror of
https://github.com/golang/go
synced 2024-11-21 11:44:43 -07:00
update
This commit is contained in:
parent
d7e52fb512
commit
29d3054918
@ -1,12 +0,0 @@
|
||||
// Copyright 2024 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build linux
|
||||
|
||||
package runtime
|
||||
|
||||
import "unsafe"
|
||||
|
||||
//go:linkname _cgo_is_musl _cgo_is_musl
|
||||
var _cgo_is_musl unsafe.Pointer
|
@ -368,6 +368,9 @@ func goenvs() {
|
||||
goenvs_unix()
|
||||
}
|
||||
|
||||
//go:linkname _cgo_is_musl _cgo_is_musl
|
||||
var _cgo_is_musl unsafe.Pointer
|
||||
|
||||
// Called to do synchronous initialization of Go code built with
|
||||
// -buildmode=c-archive or -buildmode=c-shared.
|
||||
// None of the Go runtime is initialized.
|
||||
|
Loading…
Reference in New Issue
Block a user