[PATCH v2] posix_spawn: use a larger min stack for -fstack-check [BZ #21253]

Joseph Myers joseph@codesourcery.com
Mon Mar 20 16:43:00 GMT 2017


On Mon, 20 Mar 2017, Szabolcs Nagy wrote:

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

Only certain macros that use concatenation to construct a variable name 
(GLRO), type name (ElfW) etc. - where the result is conceptually a single 
identifier.  Macros used more like function calls should have the space.  
That includes ones such as PSEUDO, END, weak_alias, hidden_def etc.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list