From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73A35C4338F for ; Thu, 19 Aug 2021 18:40:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48B18610A5 for ; Thu, 19 Aug 2021 18:40:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229907AbhHSSlX (ORCPT ); Thu, 19 Aug 2021 14:41:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:60594 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbhHSSlX (ORCPT ); Thu, 19 Aug 2021 14:41:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BF12A610A3; Thu, 19 Aug 2021 18:40:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629398446; bh=gMJPa1/ZzT1TF1P+WXUcNaxPilysuEWN6jt3adeX1I0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Lgw18aMfS3Ok2Wp08myHmq38irjoDJfIKKNOeO32MzeEnbEAfbVmwDdUWqtjmfXhy 8ShqQRjFvsuTqSdudaHXol33C+i4xsjHeLJNK3vXLkOpxt8W/+gRcifgKsB2HE67VD F9xBxVg9Jo+GrD/Dt0Ym4YHoAwODjeqpGWWCftWuvmM03PQt3IrbkIaLC6JTH+c/qq ugtYx013oXxtiwZlz1kLVCo4wSc2FPsFADfN6+BS98/eqsBIjliov0MuFB5d28E2gD 5sa22YiWerk21UUZu75xtAKEwo6uhLrwDvvH4bVActG9Dezqw97uE6dw1y3f6cRMwV dxfzgnf94K5Xg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 04F8D4007E; Thu, 19 Aug 2021 15:40:42 -0300 (-03) Date: Thu, 19 Aug 2021 15:40:42 -0300 From: Arnaldo Carvalho de Melo To: Alexey Dobriyan Cc: Namhyung Kim , linux-kernel , linux-perf-users Subject: Re: [PATCH] perf, android: fixup get_current_dir_name() compilation Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Thu, Aug 19, 2021 at 09:28:13AM -0700, Namhyung Kim escreveu: > Hello, > > On Tue, Aug 17, 2021 at 4:59 AM Alexey Dobriyan wrote: > > > > strdup() prototype doesn't live in stdlib.h . > > > > Add limits.h for PATH_MAX definition as well. > > > > Signed-off-by: Alexey Dobriyan (SK hynix) > > Acked-by: Namhyung Kim Thanks, applied. - Arnaldo