cmd/cgo: missing parameter list for function _cgo_wait_runtime_init_done #29879
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
The function
_cgo_wait_runtime_init_done
is declared a couple of times without parameter list, cf. https://github.com/golang/go/search?l=C&q=_cgo_wait_runtime_init_done. The parameter list should be(void)
instead.The text was updated successfully, but these errors were encountered: