PATCH: Replace long with long long in sysdeps/x86_64/dl-tls.h

Roland McGrath roland@hack.frob.com
Wed Mar 21 21:56:00 GMT 2012


That is probably fine.  But it really seems to me that we should not be
using vague types like "long" and "long long", when we mean very specific
things.  It's better to use uint64_t or uintptr_t, etc., as appropriate to
what exactly it is you mean in a particular use.


Thanks,
Roland



More information about the Libc-alpha mailing list