Fix tst-obprintf - and mcheck in general

Roland McGrath roland@hack.frob.com
Thu May 3 19:51:00 GMT 2012


> 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.



More information about the Libc-alpha mailing list