lseek64.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-23 09:27:06 +01:00
parent 8369c0f737
commit 522c24f1cb
1 changed files with 4 additions and 5 deletions

View File

@ -96,9 +96,9 @@ Prototype:
.EE
.in
.PP
The library routine
The
.BR lseek64 ()
uses a 64-bit type even when
library function uses a 64-bit type even when
.I off_t
is a 32-bit type.
Its prototype (and the type
@ -128,10 +128,9 @@ Prototype:
The type
.I loff_t
is a 64-bit signed type.
The library routine
The
.BR llseek ()
.\" in libc 5.0.9, not in 4.7.6
is available in glibc and works without special defines.
library function is available in glibc and works without special defines.
However, the glibc headers do not provide a prototype.
Users should add
the above prototype, or something equivalent, to their own source.