We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e52fb commit 29d3054Copy full SHA for 29d3054
src/runtime/cgo_musl_linux.go
src/runtime/os_linux.go
@@ -368,6 +368,9 @@ func goenvs() {
368
goenvs_unix()
369
}
370
371
+//go:linkname _cgo_is_musl _cgo_is_musl
372
+var _cgo_is_musl unsafe.Pointer
373
+
374
// Called to do synchronous initialization of Go code built with
375
// -buildmode=c-archive or -buildmode=c-shared.
376
// None of the Go runtime is initialized.
0 commit comments