On 9/4/22 10:15, Bruno Haible wrote:
this platform's <time.h> contains a 'static inline'
definition of timespec_get

That violates the C standard, as it means an extern inline function cannot call timespec_get.

Shouldn't we instead fix Gnulib's timespec_get module to work around this MSVC 14 bug? That way, all we need to do is have timespec_get callers depend on the timespec_get module, which they should do already.


Reply via email to