X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstat.texi;h=ef09740eeddb2f3257e07a3bccd0123e0b77519d;hb=ec1472041c35a30a4bdc7abeac5bd283a0ff5ff5;hp=a7011ed4e00b7606bdaf78036e2b5e3442e91bfb;hpb=5794d89bd24981d2974f1504a04bf09b7efaf251;p=gnulib.git diff --git a/doc/posix-functions/stat.texi b/doc/posix-functions/stat.texi index a7011ed4e..ef09740ee 100644 --- a/doc/posix-functions/stat.texi +++ b/doc/posix-functions/stat.texi @@ -9,6 +9,10 @@ Gnulib module: stat Portability problems fixed by Gnulib: @itemize @item +On some platforms, @code{stat("link-to-file/",buf)} succeeds instead +of failing with @code{ENOTDIR}. +FreeBSD 7.2, Solaris 9. +@item On some platforms, @code{stat(".",buf)} and @code{stat("./",buf)} give different results: mingw.