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:
parent
e337de2d48
commit
5b5ba7dc3d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue