From 7b90b4f5bb10e2156709b07e3996f867e2421232 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 26 Nov 2025 13:21:04 +0000 Subject: [PATCH] guix: reduce allowed exported symbols --- contrib/guix/symbol-check.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/guix/symbol-check.py b/contrib/guix/symbol-check.py index 27483aa0375..0cabfe9aafa 100755 --- a/contrib/guix/symbol-check.py +++ b/contrib/guix/symbol-check.py @@ -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: