From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix compile error for old glibc caused by pthread_setname_np() Date: Tue, 24 Nov 2015 18:54:15 +0100 Message-ID: <1736209.Pnlj1Vup4i@xps13> References: <20151119165935.GA4888@sivlogin002.ir.intel.com> <1447955066-17131-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 369508E9E for ; Tue, 24 Nov 2015 18:55:33 +0100 (CET) Received: by wmec201 with SMTP id c201so221272173wme.0 for ; Tue, 24 Nov 2015 09:55:33 -0800 (PST) In-Reply-To: <1447955066-17131-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-19 17:44, Ferruh Yigit: > examples/tep_termination/main.c | 2 +- > examples/vhost/main.c | 2 +- > examples/vhost_xen/main.c | 2 +- > lib/librte_eal/common/eal_thread.h | 6 ++++++ It cannot compile because eal_thread.h is not part of the public API so not included in the examples. Please could you move it in lib/librte_eal/common/include? An idea of the filename it should be?