summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fgetpos.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-06 05:16:14 +0200
committerBruno Haible <bruno@clisp.org>2019-07-06 05:16:14 +0200
commit2dfd36adb22e96781272f5d6eaa34b5b02116172 (patch)
tree3b24dc2a62c695e4bdaa17429e7a55774b36c249 /doc/posix-functions/fgetpos.texi
parent8f999c4465b05232e87b2dd9e653cada6e82cdf6 (diff)
downloadgnulib-2dfd36adb22e96781272f5d6eaa34b5b02116172.tar.gz
doc: Remove documentation of BSDI and BSD/OS as supported platforms.
* doc/**/*.texi: Update.
Diffstat (limited to 'doc/posix-functions/fgetpos.texi')
-rw-r--r--doc/posix-functions/fgetpos.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/posix-functions/fgetpos.texi b/doc/posix-functions/fgetpos.texi
index a3da39b6a2..d69b17f715 100644
--- a/doc/posix-functions/fgetpos.texi
+++ b/doc/posix-functions/fgetpos.texi
@@ -20,8 +20,4 @@ contains Unix line terminators (LF), on some platforms: mingw, MSVC 14.
On platforms where @code{off_t} is a 32-bit type, this function may not
work correctly on files larger than 2 GB. The fix is to use the
@code{AC_SYS_LARGEFILE} macro.
-@item
-On platforms where @code{off_t} is a 64-bit type, but @code{fseeko} is
-not present, stream operations on files larger than 2 GB silently do
-the wrong thing. This affects BSD/OS, which is mostly obsolete.
@end itemize