X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fposix-functions%2Ffdopendir.texi;h=89b1a6a21c6223b20793a899051842bfd716f1ff;hb=9f9fbf640f7f399605210e41fff38a82417df17a;hp=20db12cfe15cfee19879a2191d09815fc4de7d78;hpb=d1aa3e40286ed2b0ad1045b326a37167ac5d8847;p=gnulib.git diff --git a/doc/posix-functions/fdopendir.texi b/doc/posix-functions/fdopendir.texi index 20db12cfe..89b1a6a21 100644 --- a/doc/posix-functions/fdopendir.texi +++ b/doc/posix-functions/fdopendir.texi @@ -16,6 +16,13 @@ But the replacement function is not safe to be used in libraries and is not multithread-safe. Also, the replacement does not guarantee that @samp{dirfd(fdopendir(n))==n} (dirfd might fail, or return a different file descriptor than n). +@item +This function exists but is not declared on some platforms: +FreeBSD 7.3. +@item +This function does not reject non-directory file descriptors on some +platforms: +GNU/Hurd. @end itemize Portability problems not fixed by Gnulib: