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

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

2017-07-06 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 --- The new "s" in string.h comes from the __s parameter. The new "s" in wait.h comes from "status". I'm not sure what the naming conventions are, so I'm