Joël Krähemann wrote:
> I would be interested in why it was working prior?

Prior, Gnulib did '#define write rpl_write' only when
  - the Gnulib module 'write' was in use, either directly or indirectly,
  - and the platform's write() needs a workaround [1].

Now, we're doing '#define write _write' (on native Windows) unconditionally [2],
as part of the support of clang on Windows.

Bruno

[1] https://www.gnu.org/software/gnulib/manual/html_node/write.html
[2] https://lists.gnu.org/archive/html/bug-gnulib/2020-08/msg00109.html


Reply via email to