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
Use standard defines to determine if the system is 64 bits.
Despite __WORDSIZE not being standard, musl libc also has it defined in
another header (either bits/reg.h or bits/user.h), but it is probably a
good idea to avoid using it anyway for standard compliance.
Signed-off-by: omcaif <[email protected]>
0 commit comments