From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] lib: remove redundant definition of local symbols Date: Tue, 30 Jun 2015 17:50:35 +0200 Message-ID: <3548357.PXfgm15NUx@xps13> References: <20150625122535.GB17026@hmsreliant.think-freely.org> <1435595712-18686-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 831805A96 for ; Tue, 30 Jun 2015 17:51:44 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so20974903wic.0 for ; Tue, 30 Jun 2015 08:51:44 -0700 (PDT) In-Reply-To: <1435595712-18686-1-git-send-email-thomas.monjalon@6wind.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-06-29 18:35, Thomas Monjalon: > The new version nodes inherit from the previous ones which > already include a default catch-all line for not exported symbols. > > Reported-by: Helin Zhang > Signed-off-by: Thomas Monjalon Applied