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
It looks like on old linux versions (like our dist-x86_64-linux
builder) FP_XSTATE_MAGIC1 is defined only by asm/sigcontext.h,
but not by bits/sigcontext.h. We can't actually include
asm/sigcontext.h, because that would clash with types defined
in bits/sigcontext.h, which gets pulled in via signal.h.
Instead we just replicate the value from the header here.
0 commit comments