]> Savannah Git Hosting - gnulib.git/commitdiff
unlink: Ensure errno also on native Windows.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Mar 2020 01:41:16 +0000 (02:41 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Mar 2020 01:41:16 +0000 (02:41 +0100)
* modules/unlink (Depends-on): Add malloc-posix.

ChangeLog
modules/unlink

index 9b2a112eb99c4b519294e504c6ee7b4707a900a4..aa567939ca0e12e5e3b29067577fa2865f1a4969 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-21  Bruno Haible  <bruno@clisp.org>
+
+       unlink: Ensure errno also on native Windows.
+       * modules/unlink (Depends-on): Add malloc-posix.
+
 2020-03-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        unlink: fix malloc errno typo
index 63720aaf10e642cf1a0100291bb85fdd34dc45c1..5fc84d935c079b01607a91e22bb42588baa44e87 100644 (file)
@@ -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