Skip to content

Commit 29d3054

Browse files
committed
update
1 parent d7e52fb commit 29d3054

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/runtime/cgo_musl_linux.go

-12
This file was deleted.

src/runtime/os_linux.go

+3
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@ func goenvs() {
368368
goenvs_unix()
369369
}
370370

371+
//go:linkname _cgo_is_musl _cgo_is_musl
372+
var _cgo_is_musl unsafe.Pointer
373+
371374
// Called to do synchronous initialization of Go code built with
372375
// -buildmode=c-archive or -buildmode=c-shared.
373376
// None of the Go runtime is initialized.

0 commit comments

Comments
 (0)