From: Bruno Haible Date: Sun, 22 Mar 2020 01:41:16 +0000 (+0100) Subject: unlink: Ensure errno also on native Windows. X-Git-Tag: v1.0~4187 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d5d7870248104441ac12fa6e6b4aa4716ab7f7d3;p=gnulib.git unlink: Ensure errno also on native Windows. * modules/unlink (Depends-on): Add malloc-posix. --- 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