From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Dai Subject: [PATCH v2 1/3] examples/performance-thread: remove reference to execinfo.h Date: Mon, 13 Mar 2017 16:59:26 +0800 Message-ID: <1489395568-4664-2-git-send-email-wei.dai@intel.com> References: <1489395568-4664-1-git-send-email-wei.dai@intel.com> Cc: thomas.monjalon@6wind.com, john.mcnamara@intel.com, david.marchand@6wind.com, raymond.tan@intel.com, Wei Dai To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 49ABC695C for ; Mon, 13 Mar 2017 10:06:18 +0100 (CET) In-Reply-To: <1489395568-4664-1-git-send-email-wei.dai@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" There is no function to refer any part of execinfo.h, so remove the reference to it. And there is no this file in musl. So need to remove it to support musl. The musl is an alternative LIBC to GLIBC and provides the standard C/POSIX library and extensions. The musl can be got from http://www.musl-libc.org Signed-off-by: Wei Dai --- examples/performance-thread/common/lthread_tls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/performance-thread/common/lthread_tls.c b/examples/performance-thread/common/lthread_tls.c index 6876f83..47505f2 100644 --- a/examples/performance-thread/common/lthread_tls.c +++ b/examples/performance-thread/common/lthread_tls.c @@ -42,7 +42,6 @@ #include #include #include -#include #include #include -- 2.7.4