doc: Most *_l functions exist in MacOS X 10.5.
[gnulib.git] / doc / posix-functions / fstatat.texi
index d1c4c83..6a3827b 100644 (file)
@@ -31,4 +31,8 @@ not correctly report the size of files or block devices larger than 2
 GB.  The fix is to use the @code{AC_SYS_LARGEFILE} macro.
 @item
 On Windows platforms (excluding Cygwin), @code{st_ino} is always 0.
+@item
+On some file systems, @code{st_size} contains bogus information for
+symlinks; use the gnulib module areadlink-with-size for a better way
+to get symlink contents.
 @end itemize