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.
---
 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 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
-- 
2.39.5

Reply via email to