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 3dad57b121.
This commit is contained in:
Adam Jackson 2017-03-16 14:19:37 -04:00
parent e337de2d48
commit 5b5ba7dc3d
1 changed files with 0 additions and 4 deletions

View File

@ -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