PATCH: Use "unsigned long long int" in x86-64 __makecontext
Roland McGrath
roland@hack.frob.com
Fri Mar 16 18:21:00 GMT 2012
Why not use greg_t? If there are cases where you explicitly need to avoid
sign-extension, you can use (greg_t) (uintptr_t).
More information about the Libc-alpha
mailing list