This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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 __always_inline instead of __inline for checking wrappers


Do you use __always_inline just to make the decl shorter?  I don't think
there is really any need for the macro, at least not for the sake of
checking wrappers such as these.  Those will never be enabled with a GCC
version too old to support __attribute__ ((__always_inline__)).


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