From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v3 1/2] examples/performance-thread: remove useless include Date: Fri, 5 May 2017 15:18:26 +0200 Message-ID: <20170505131827.25599-2-thomas@monjalon.net> References: <1489395568-4664-1-git-send-email-wei.dai@intel.com> <20170505131827.25599-1-thomas@monjalon.net> Cc: dev@dpdk.org To: Wei Dai Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 626272C27 for ; Fri, 5 May 2017 15:18:33 +0200 (CEST) In-Reply-To: <20170505131827.25599-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Wei Dai 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. 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 6876f831b..47505f2d4 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.12.2