changeset 39279:4aeecac881b3

glob: Fix link error on native Windows. * modules/glob (Depends-on): Add 'lstat'.
author Bruno Haible <bruno@clisp.org>
date Fri, 16 Mar 2018 14:05:42 +0100
parents 8090d30c7a92
children 999348691f36
files ChangeLog modules/glob
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 15 23:56:03 2018 +0100
+++ b/ChangeLog	Fri Mar 16 14:05:42 2018 +0100
@@ -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.
--- a/modules/glob	Thu Mar 15 23:56:03 2018 +0100
+++ b/modules/glob	Fri Mar 16 14:05:42 2018 +0100
@@ -25,6 +25,7 @@
 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"]