diff --git a/libknet/libknet_exported_syms b/libknet/libknet_exported_syms index 89db4b67..52efc6a5 100644 --- a/libknet/libknet_exported_syms +++ b/libknet/libknet_exported_syms @@ -1,15 +1,15 @@ # Version and symbol export for libknet.so # # Copyright (C) 2016-2017 Red Hat, Inc. All rights reserved. # # Author: Fabio M. Di Nitto # # This software licensed under GPL-2.0+, LGPL-2.0+ # -LIBKNET_0.0 { +LIBKNET { global: knet_*; local: *; }; diff --git a/libtap/libtap_exported_syms b/libtap/libtap_exported_syms index a196001d..f07f8ef3 100644 --- a/libtap/libtap_exported_syms +++ b/libtap/libtap_exported_syms @@ -1,15 +1,15 @@ # Version and symbol export for libtap.so # # Copyright (C) 2011-2017 Red Hat, Inc. All rights reserved. # # Author: Fabio M. Di Nitto # # This software licensed under GPL-2.0+, LGPL-2.0+ # -Base { +LIBTAP { global: tap_*; local: *; };