From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Holasek Subject: [PATCH 3/7] libnuma: numa_num_possible_cpus symbol is exported from the library Date: Thu, 16 Aug 2012 17:16:32 +0200 Message-ID: <1345130196-24180-4-git-send-email-pholasek@redhat.com> References: <1345130196-24180-1-git-send-email-pholasek@redhat.com> Return-path: In-Reply-To: <1345130196-24180-1-git-send-email-pholasek@redhat.com> Sender: linux-numa-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Cliff Wickman Cc: linux-numa@vger.kernel.org, Anton Arapov , Petr Holasek 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 --- 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