[PATCH 3/7] libnuma: numa_num_possible_cpus symbol is exported from the library

Petr Holasek <[email protected]> Thu, 16 Aug 2012 17:16:32 +0200
Newsgroups org.kernel.vger.linux-numa
Message-ID <[email protected]>
Function numa_num_possible_cpus is declared in numa.h but not exported.
Seems like mistakenly forgotten because all similar function are exported.

Signed-off-by: Petr Holasek <[email protected]>
---
 numactl-2.0.8-rc4/versions.ldscript | 1 +
 1 file changed, 1 insertion(+)

diff --git a/numactl-2.0.8-rc4/versions.ldscript b/numactl-2.0.8-rc4/versions.ldscript
index f2071cc..6948392 100755
--- a/numactl-2.0.8-rc4/versions.ldscript
+++ b/numactl-2.0.8-rc4/versions.ldscript
@@ -125,6 +125,7 @@ libnuma_1.2 {
     numa_num_configured_cpus;
     numa_num_configured_nodes;
     numa_num_possible_nodes;
+    numa_num_possible_cpus;
     numa_num_task_cpus;
     numa_num_task_nodes;
     numa_num_thread_cpus;
-- 
1.7.11.4