On Sat, Dec 09, 2017 at 04:22:53AM +0000, Sevan Janiyan wrote: > Module Name: src > Committed By: sevan > Date: Sat Dec 9 04:22:53 UTC 2017 > > Modified Files: > src/tools/compat: configure.ac > > Log Message: > Add asnprintf() to the AC_CHECK_DECLS list. > Resolves conflict when cross compiling on Cygwin the provided implementation > does not get picked up. > > Closes PR toolchain/52797
This change is wrong and makes the situation worse. The asnprintf on Cygwin is broken by the agreed upon interface of asnprintf. Joerg