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: Use __builtin_bswap32/64 for GCC >= 4.2


On Thu, Apr 5, 2012 at 2:01 PM, Roland McGrath <roland@hack.frob.com> wrote:
> Any static inlines need to use __attribute__ ((__unused__)).

__attribute__ ((__unused__)) may not work for all compilers.
Should we use __extern_inline since it is a user visible header
file?

-- 
H.J.


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