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
LLP64 environments use a 32-bit long value. This would result in
truncation as the `long` is used to transfer a pointer value here.
Adjust the types accordingly. Since the width on LP64 environments is
equivalent in this change, this should only impact LLP64 environments
and be ABI stable otherwise.
0 commit comments