guix: reduce allowed exported symbols

This commit is contained in:
fanquake 2025-11-26 13:21:04 +00:00
parent 808f1d972b
commit 7b90b4f5bb
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -39,8 +39,7 @@ MAX_VERSIONS = {
# Ignore symbols that are exported as part of every executable
IGNORE_EXPORTS = {
'environ', '_environ', '__environ', '_fini', '_init', 'stdin',
'stdout', 'stderr',
'stdin', 'stdout', 'stderr',
}
# Expected linker-loader names can be found here: