From 5b5ba7dc3d544868035b7088e9aac62eb2511e10 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 16 Mar 2017 14:19:37 -0400 Subject: [PATCH] Revert "sdksyms: Tighten up the symbols we add to the magic table" Enough people are reporting build issues pointing at this commit that it's not worth the benefit. This reverts commit 3dad57b121fdf001e75fffa7e3007a9a0a154f67. --- hw/xfree86/sdksyms.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 767ce2181..cb2e5616b 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -356,10 +356,6 @@ BEGIN { n = 1; } - # only match _X_EXPORT - if ($n !~ /^(__attribute__..visibility..default|__global)/) - next; - # skip attribute, if any while ($n ~ /^(__attribute__|__global)/ || # skip modifiers, if any