]> mj.ucw.cz Git - libucw.git/commitdiff
ABI: ucwlib_ prefix is also safe
authorMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 12:59:39 +0000 (13:59 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 3 Jan 2014 12:59:39 +0000 (13:59 +0100)
tools/check-exports

index c336c01c83f00a43f4a1547a706b5dee29360b64..bb9d441d830dded38f7d58f51075b1005a24f90a 100755 (executable)
@@ -10,7 +10,7 @@ while (<$f>) {
        chomp;
        next if /^\s/;
        my ($addr, $type, $sym) = split /\s+/;
-       if ($sym =~ m{^ucw_}) {
+       if ($sym =~ m{^(ucw|ucwlib)_}) {
                next
        }
        if ($type =~ m{[A-Z]}) {