aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-10-27 17:08:18 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-27 17:08:18 +0100
commit8573214f585a80a1cbe3f1068d35323a5c2eb787 (patch)
tree5a40b27d01693f7904aa00306390d206c4a955bf
parent20e43cd69485c683f2b7cf473cc93c216fc59d03 (diff)
downloadman-pages-8573214f585a80a1cbe3f1068d35323a5c2eb787.tar.gz
lseek64.3: Since glibc 2.28. the 'llseek' symbol is no longer available
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/lseek64.34
1 files changed, 4 insertions, 0 deletions
diff --git a/man3/lseek64.3 b/man3/lseek64.3
index 1f9c1a80bb..6358d09f4c 100644
--- a/man3/lseek64.3
+++ b/man3/lseek64.3
@@ -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.