[PATCH] Cygwin: fix guard on struct siginfo_t

2017-07-07 Thread Yaakov Selkowitz
Add line breaks to make it clearer that the struct packing applies to more than one struct. Signed-off-by: Yaakov Selkowitz --- We probably should consider a 2.8.2 sooner rather than later. winsup/cygwin/include/cygwin/signal.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff -

Re: [PATCH] Rename __in and __out in headers to avoid collision with Windows APIs

2017-07-07 Thread Corinna Vinschen
On Jul 7 10:47, David Macek wrote: > * string.h: Local variables in expansion of strdupa and strndupa > * sys/wait.h: Fields in anonymous union in expansion of __wait_status_to_int > --- > Reposting to the newlib ML. > > There should be no API nor ABI changes, as the changed names are private to

[PATCH] Rename __in and __out in headers to avoid collision with Windows APIs

2017-07-07 Thread David Macek
* string.h: Local variables in expansion of strdupa and strndupa * sys/wait.h: Fields in anonymous union in expansion of __wait_status_to_int --- Reposting to the newlib ML. There should be no API nor ABI changes, as the changed names are private to the macros. The new "s" in string.h comes from