Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.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
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.