Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/cgo: missing parameter list for function _cgo_wait_runtime_init_done #29879

Closed
phst opened this issue Jan 22, 2019 · 1 comment
Closed

cmd/cgo: missing parameter list for function _cgo_wait_runtime_init_done #29879

phst opened this issue Jan 22, 2019 · 1 comment
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@phst
Copy link
Contributor

phst commented Jan 22, 2019

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.

@ianlancetaylor ianlancetaylor changed the title cmd/cgo: Missing parameter list for function _cgo_wait_runtime_init_done cmd/cgo: missing parameter list for function _cgo_wait_runtime_init_done Jan 22, 2019
@ianlancetaylor ianlancetaylor added help wanted NeedsFix The path to resolution is known, but the work has not been done. labels Jan 22, 2019
@ianlancetaylor ianlancetaylor added this to the Go1.13 milestone Jan 22, 2019
phst added a commit to phst/go that referenced this issue Jan 23, 2019
@gopherbot
Copy link

Change https://golang.org/cl/159178 mentions this issue: cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done

@golang golang locked and limited conversation to collaborators Mar 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants