You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
0d59990 broke the build accidentally because
ucontext.h
pollutes the namespace with its ownREG_*
constants.The text was updated successfully, but these errors were encountered: