Corinna Vinschen wrote:
...
- Invent a #define that allows to use the old function.
We don't need this. We only want backward compat to keep existing
executables running. So we need The old and wrong pthread_sigqueue only
as exported symbol. On recompiling the affected project, the bug
hopefully shows up and can be easily fixed.
Providing such a feature (only) for a few upcoming Cygwin releases would
allow maintainers (e.g. me maintaining stress-ng) to easily provide
packages which are backward compatible with still available [prev]
versions of the DLL.
--
Regards,
Christian