mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
The hppa port starts libc at GLIBC_2.2, but has earlier symbol
versions in other shared objects. This means that the compat
symbol for readdir64 is not actually present in libc even though
have-GLIBC_2.1.3 is defined as yes at the make level.
Fixes commit 15e50e6c96
("Linux:
dirent/tst-readdir64-compat can be a regular test") by mostly
reverting it.