]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
build: remove private symbol from linker script
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 11 May 2012 00:11:27 +0000 (21:11 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 11 May 2012 00:11:27 +0000 (21:11 -0300)
There's no reason kmod_log should be exported, remove it from linker
script. This doesn't break the API/ABI because we are luck: since the
function had visibility=hidden it was not getting exported as a global
symbol.

libkmod/libkmod.sym

index cebb8d208fc2cb74013a29d6d1b290daa9f1c556..854d257d2a01544cc8acdd1c5118bbe37e07a32e 100644 (file)
@@ -2,7 +2,6 @@ LIBKMOD_5 {
 global:
        kmod_get_log_priority;
        kmod_get_userdata;
-       kmod_log;
        kmod_new;
        kmod_ref;
        kmod_set_log_fn;