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: [PATCH v2] posix_spawn: use a larger min stack for -fstack-check [BZ #21253]


On 17/03/17 21:21, Mike Frysinger wrote:
> GNU style says it's wrong:
> https://www.gnu.org/prep/standards/standards.html#index-spaces-before-open_002dparen

that coding style rule is obviously wrong
as it breaks macro definitions, you cannot
always put spaces before open-parentheses.

in glibc it seems the rule was that there
is space in function calls but not necessarily
in macro invocation.


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