On Thu, Oct 08, 2009 at 10:12:03AM -0700, Stan C. Smith wrote: > If you can live with uintptr_t for > __WORDSIZE == 32 being 'unsigned int' (see stdint.h) > __WORDSIZE == 64 uintptr_t is 'unsigned long int' > then we could skip the ifdef __GNUC__ and just replace 'unsigned long' with > uintptr_t.
uinptr_t is the appropriate ISO C99 type for this, every platform should use it. Non-standard names like st_ptr_t should just be eradicated. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
