From 18377246af628a3b7cfcd50cabcbfbe515cd3e1b Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 14 Jul 2012 22:25:25 +0200 Subject: [PATCH] libblkid: remove duplicate entries in symbols The commit a0487b1cb5beffb8f6783476664b01e8833e0ea8 added symbol dublicates. The symbols should only be listed in BLKID_1.0 segment. /usr/bin/ld.gold: warning: using 'BLKID_1.0' as version for 'blkid_probe_all' which is also named in version 'BLKID_2.15' in script /usr/bin/ld.gold: warning: using 'BLKID_1.0' as version for 'blkid_probe_all_new' which is also named in version 'BLKID_2.15' in script copying selected object files to avoid basename conflicts... Signed-off-by: Sami Kerola --- libblkid/src/blkid.sym | 2 -- 1 file changed, 2 deletions(-) diff --git a/libblkid/src/blkid.sym b/libblkid/src/blkid.sym index 697f690244..62f981f4c2 100644 --- a/libblkid/src/blkid.sym +++ b/libblkid/src/blkid.sym @@ -49,8 +49,6 @@ global: blkid_evaluate_tag; blkid_free_probe; blkid_new_probe; - blkid_probe_all; - blkid_probe_all_new; blkid_probe_filter_types; blkid_probe_filter_usage; blkid_probe_get_value; -- 2.47.3