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

liblink: redefinition of REG_* constants broke build #9734

Closed
davecheney opened this issue Jan 30, 2015 · 1 comment
Closed

liblink: redefinition of REG_* constants broke build #9734

davecheney opened this issue Jan 30, 2015 · 1 comment
Milestone

Comments

@davecheney
Copy link
Contributor

0d59990 broke the build accidentally because ucontext.h pollutes the namespace with its own REG_* constants.

/export/builder/workspace/linux-arm-arm5-d968bda66fcb/go/src/liblink/../cmd/5l/5.out.h:45:2: error: redeclaration of enumerator 'REG_R0'
/usr/include/arm-linux-gnueabi/sys/ucontext.h:42:3: note: previous definition of 'REG_R0' was here
@davecheney davecheney added this to the Go1.5 milestone Jan 30, 2015
@davecheney
Copy link
Contributor Author

Closed by c8224ce

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants