llseek.2: Note size of 'loff_t' type

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-23 07:11:13 +01:00
parent eca874e183
commit 48a830d7c8
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ respectively.
.PP
The new file offset is returned in the argument
.IR result .
The type
.I loff_t
is a 64-bit signed type.
.PP
This system call exists on various 32-bit platforms to support
seeking to large file offsets.