From 74a08e37da0a625ea14f13bb82b0a79f43f788f5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Jan 2014 13:59:39 +0100 Subject: [PATCH] ABI: ucwlib_ prefix is also safe --- tools/check-exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}) { -- 2.39.2