From d5d7870248104441ac12fa6e6b4aa4716ab7f7d3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Mar 2020 02:41:16 +0100 Subject: [PATCH] unlink: Ensure errno also on native Windows. * modules/unlink (Depends-on): Add malloc-posix. --- ChangeLog | 5 +++++ modules/unlink | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9b2a112eb9..aa567939ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-03-21 Bruno Haible + + unlink: Ensure errno also on native Windows. + * modules/unlink (Depends-on): Add malloc-posix. + 2020-03-21 Paul Eggert unlink: fix malloc errno typo diff --git a/modules/unlink b/modules/unlink index 63720aaf10..5fc84d935c 100644 --- a/modules/unlink +++ b/modules/unlink @@ -9,6 +9,7 @@ Depends-on: unistd dosname [test $REPLACE_UNLINK = 1] lstat [test $REPLACE_UNLINK = 1] +malloc-posix [test $REPLACE_UNLINK = 1] configure.ac: gl_FUNC_UNLINK -- 2.39.5