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: [hurd,commited 1/3] hurd: Fix allocalim build


On Sun, 28 Jan 2018, Samuel Thibault wrote:

> +#ifdef PTHREAD_STACK_MIN
> +          __builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1) ||

I think the rule of having operators at the start of line, not the end of 
line, applies even in this case (so should have a second line with just 
appropriately-indented ||).

-- 
Joseph S. Myers
joseph@codesourcery.com


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