llseek.2: llseek() exists on 32-bit platforms to support seeking to large offsets

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-11 06:56:48 +02:00
parent 6cfd51e74c
commit a54afa1e7b
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ or
respectively.
It returns the resulting file position in the argument
.IR result .
This system call exists on various 32-bit platforms to support
seeking lo large file offsets.
.SH RETURN VALUE
Upon successful completion,
.BR _llseek ()