On Fri, Nov 29, 2013 at 04:39:21PM +0100, Aurelien Jarno wrote: > > + if (__builtin_expect (head->namehash_size == 0, 0)) Shouldn't this be __glibc_unlikely(head->namehash_size == 0) in the new world order? ... Adam