resolve_shared_libraries.py: exclude libanl.so from glibc (#48139)

This commit is contained in:
Harmen Stoppels 2024-12-17 11:33:36 +01:00 committed by GitHub
parent 51fb1ed05b
commit 19734832eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@
# glibc
"ld-linux*.so.*",
"ld64.so.*",
"libanl.so.*",
"libc.so.*",
"libdl.so.*",
"libm.so.*",