This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]