]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
lseek64.3: Since glibc 2.28. the 'llseek' symbol is no longer available
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 27 Oct 2020 16:08:18 +0000 (17:08 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 27 Oct 2020 16:08:18 +0000 (17:08 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/lseek64.3

index 1f9c1a80bb0f1abfb9d3070d544161ce105eecdb..6358d09f4c529d65a06e77bc28276df5cc7da631 100644 (file)
@@ -140,6 +140,10 @@ glibc 2.1.3 added the link-time warning
 .PP
 This makes this function unusable if one desires a warning-free
 compilation.
+Since glibc 2.28,
+.\" glibc commit 5c5c0dd747070db624c8e2c43691cec854f114ef
+this function symbol is no longer available to newly linked applications.
+.\"
 .SS _llseek()
 On 32-bit architectures,
 this is the system call that is used to implement all of the above functions.