[PATCH 11/30] nptl: Remove lseek from libpthread
Florian Weimer
fweimer@redhat.com
Wed Mar 17 10:10:01 GMT 2021
* Adhemerval Zanella via Libc-alpha:
> The libc version is identical and built with same flags. The libpthread
> version are also newer than libc, so they are make the default symbol
> for newer binaries.
Please make the newer versions compat symbols (not the older ones), then
we don't have to add a GLIBC_2.34 symbol version.
lseek64@GLIBC_2.1(libc.so.6) is valid for old glibc too, but
lseek64@GLIBC_2.2(libpthread.so.0) could cause load failures.
Thanks,
Florian
More information about the Libc-alpha
mailing list