X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5f1254882f242514d4ceaf1ecebb140dcc2a511d..refs/heads/master:/xcodescripts/patch_headers_variants.pl?ds=inline diff --git a/xcodescripts/patch_headers_variants.pl b/xcodescripts/patch_headers_variants.pl index 24da935..a71d758 100644 --- a/xcodescripts/patch_headers_variants.pl +++ b/xcodescripts/patch_headers_variants.pl @@ -71,6 +71,9 @@ sub process { my $sym; if($n > 0) { my($sym) = ($save[$n - 1] =~ /__DARWIN_(?:10\d+|ALIAS|EXTSN|INODE64)[^(]*\(([^)]*)\)/); + if($save[$n - 1] =~ /__DARWIN_ALIAS_STARTING/) { + undef $sym; + } if(defined($sym)) { if(defined($path)) { print " $path\n";