
Instead of using a shared version script 'libnl.sym', add individual linker scripts for all libnl libraries. For now, the content of the version script is unchanged and this patch does not have any externally visible changes. Signed-off-by: Thomas Haller <thaller@redhat.com>
9 lines
179 B
Text
9 lines
179 B
Text
libnl_3 {
|
|
global:
|
|
*;
|
|
local:
|
|
_nl_socket_generate_local_port_no_release;
|
|
_nl_socket_is_local_port_unspecified;
|
|
_nl_socket_used_ports_release_all;
|
|
_nl_socket_used_ports_set;
|
|
};
|