summaryrefslogtreecommitdiff
path: root/doc/posix-functions/fseek.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix-functions/fseek.texi')
-rw-r--r--doc/posix-functions/fseek.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/fseek.texi b/doc/posix-functions/fseek.texi
index d35765826b..61e3191342 100644
--- a/doc/posix-functions/fseek.texi
+++ b/doc/posix-functions/fseek.texi
@@ -20,6 +20,6 @@ On Windows platforms (excluding Cygwin), this function does not set @code{errno}
upon failure.
@item
On platforms where @code{long} is a 32-bit type, @code{fseek} does not work
-correctly with files larger than 2 GB, even when the @code{AC_SYS_LARGEFILE}
+correctly with files 2 GiB and larger, even when the @code{AC_SYS_LARGEFILE}
macro is used. The fix is to use @code{fseeko} instead.
@end itemize