summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/fdopendir.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/fdopendir.texi b/doc/posix-functions/fdopendir.texi
index fae7bb751a..89b1a6a21c 100644
--- a/doc/posix-functions/fdopendir.texi
+++ b/doc/posix-functions/fdopendir.texi
@@ -17,6 +17,9 @@ 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.