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: Fix tst-obprintf - and mcheck in general


> On 05/03/2012 08:41 PM, Roland McGrath wrote:
> >> +#define malloc_opt_barrier(x) \
> >> +({ __typeof (x) __x = x; __asm ("" : "+m" (__x)); __x; })
> >
> > This needs a comment.
> 
> Like this?

Good enough.


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