From: Michael Kerrisk Date: Mon, 23 Nov 2020 08:27:06 +0000 (+0100) Subject: lseek64.3: wfix X-Git-Tag: man-pages-5.10~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=522c24f1cb3bd25c56cbdf2d727c6e45bc1c9cd7;p=thirdparty%2Fman-pages.git lseek64.3: wfix Signed-off-by: Michael Kerrisk --- diff --git a/man3/lseek64.3 b/man3/lseek64.3 index 387519718d..6ee42e5db5 100644 --- a/man3/lseek64.3 +++ b/man3/lseek64.3 @@ -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.