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