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] atomic.h fixes + testcase, misc fixes


On Fri, Mar 21, 2003 at 04:08:45PM -0800, Roland McGrath wrote:
> Is there any reason not to use inlines instead of macros?
> That would avoid the shadowed variable issues.

Yes. The macros work with any types, while for inlines you'd
have to use special _int, _long etc. versions.

	Jakub


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