+2006-06-29 Eric Blake <ebb9@byu.net>
+
+ * functions.texi (Function Portability): Document missing lstat
+ on mingw.
+
2006-06-21 Simon Josefsson <jas@extundo.com>
* gnulib.texi (Windows sockets): Add.
correctly report the size of files or block devices larger than 2 GB. The fix
is to use the @code{AC_SYS_LARGEFILE} macro.
+On Windows systems (excluding Cygwin), symlinks are not supported, so
+@code{lstat} does not exist. The fix is to define lstat to use stat.
+
@item mbrtowc
@itemx mbsrtowcs
@itemx mbstowcs