https://gcc.gnu.org/g:a9d1b2f8b05cb4e178b7a675640036e98c0a330b

commit r16-6788-ga9d1b2f8b05cb4e178b7a675640036e98c0a330b
Author: Jose E. Marchesi <[email protected]>
Date:   Thu Jan 15 00:58:10 2026 +0100

    a68: fix documentation of lseek in manual
    
    The first argument of lseek is a `long long int'.
    
    Signed-off-by: Jose E. Marchesi <[email protected]>
    
    gcc/algol68/ChangeLog
    
            * ga68.texi (POSIX files): Fix documentation of lseek.

Diff:
---
 gcc/algol68/ga68.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/algol68/ga68.texi b/gcc/algol68/ga68.texi
index bdd264e2de6a..cca9428c90f8 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

Reply via email to