From: Martin Mares Date: Fri, 3 Jan 2014 12:59:39 +0000 (+0100) Subject: ABI: ucwlib_ prefix is also safe X-Git-Tag: v5.99~50^2~10 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=74a08e37da0a625ea14f13bb82b0a79f43f788f5;p=libucw.git ABI: ucwlib_ prefix is also safe --- diff --git a/tools/check-exports b/tools/check-exports index c336c01c..bb9d441d 100755 --- a/tools/check-exports +++ b/tools/check-exports @@ -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]}) {