Fix tst-obprintf - and mcheck in general

Roland McGrath roland@hack.frob.com
Thu May 3 18:41:00 GMT 2012


> +#define malloc_opt_barrier(x) \
> +({ __typeof (x) __x = x; __asm ("" : "+m" (__x)); __x; })

This needs a comment.



More information about the Libc-alpha mailing list