]> Savannah Git Hosting - gnulib.git/commitdiff
glob: Fix link error on native Windows.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2018 13:05:42 +0000 (14:05 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 16 Mar 2018 13:05:42 +0000 (14:05 +0100)
* modules/glob (Depends-on): Add 'lstat'.

ChangeLog
modules/glob

index 45628e09be04a9b6be5bf06c6d37d084a920ddc4..b4dda43571901e32ec4c5f9fd4157773f77859b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-16  Bruno Haible  <bruno@clisp.org>
+
+       glob: Fix link error on native Windows.
+       * modules/glob (Depends-on): Add 'lstat'.
+
 2018-03-15  Bruno Haible  <bruno@clisp.org>
 
        glob: Fix compilation error in C++ mode.
index 2ea73e803a5f171b2e7ce992d050fc1d3b11fdd1..3a43222a2836f03331216ad3448958367264dd50 100644 (file)
@@ -25,6 +25,7 @@ flexmember      [test -n "$GLOB_H"]
 fnmatch         [test -n "$GLOB_H"]
 getlogin_r      [test -n "$GLOB_H"]
 libc-config     [test -n "$GLOB_H"]
+lstat           [test -n "$GLOB_H"]
 memchr          [test -n "$GLOB_H"]
 mempcpy         [test -n "$GLOB_H"]
 opendir         [test -n "$GLOB_H"]