From: Jose E. Marchesi Date: Wed, 14 Jan 2026 23:58:10 +0000 (+0100) Subject: a68: fix documentation of lseek in manual X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d1b2f8b05cb4e178b7a675640036e98c0a330b;p=thirdparty%2Fgcc.git a68: fix documentation of lseek in manual The first argument of lseek is a `long long int'. Signed-off-by: Jose E. Marchesi gcc/algol68/ChangeLog * ga68.texi (POSIX files): Fix documentation of lseek. --- diff --git a/gcc/algol68/ga68.texi b/gcc/algol68/ga68.texi index bdd264e2de6..cca9428c90f 100644 --- a/gcc/algol68/ga68.texi +++ b/gcc/algol68/ga68.texi @@ -3071,7 +3071,7 @@ error condition, this procedure yields -1 and @code{errno} is set appropriately. @end deftypefn -@deftypefn Procedure {} {lseek} {= (@B{int} fd, @B{long int} offset, @B{int} whence) @B{long long int}} +@deftypefn Procedure {} {lseek} {= (@B{int} fd, @B{long long int} offset, @B{int} whence) @B{long long int}} Set the file offset of the file characterized by the file descriptor @code{fd} depending on the values of @code{offset} and @code{whence}. On success, the resulting offset, as measured in bytes from the beginning of the file, is