]> git.droids-corp.org - dpdk.git/commitdiff
lib: remove redundant definition of local symbols
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Jun 2015 16:25:13 +0000 (18:25 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Jun 2015 16:57:32 +0000 (18:57 +0200)
The new version nodes inherit from the previous ones which
already include a default catch-all line for not exported symbols.

Reported-by: Helin Zhang <helin.zhang@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_cmdline/rte_cmdline_version.map
lib/librte_ether/rte_ether_version.map
lib/librte_mbuf/rte_mbuf_version.map

index 1b0c863b5b1b0c89a439c037f1c56cf805256685..c9fc18abc0fe245d45fae764cfe60ad99282b933 100644 (file)
@@ -75,5 +75,4 @@ DPDK_2.1 {
 
        cmdline_poll;
 
-       local: *;
 } DPDK_2.0;
index 012a82e2c8c4426064a2070664d076d7b8ff5d6c..e3c8fa13dd89dc46d23116a2482c11f554c63247 100644 (file)
@@ -111,5 +111,4 @@ DPDK_2.1 {
 
        rte_eth_dev_set_mc_addr_list;
 
-       local: *;
 } DPDK_2.0;
index 543dc4c741dd17529ecb32d5b3415b53ef172067..e10f6bdc888bc60a0d6997a9d3c02fac7ea4a0b6 100644 (file)
@@ -17,5 +17,4 @@ DPDK_2.1 {
 
        rte_pktmbuf_pool_create;
 
-       local: *;
 } DPDK_2.0;