From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 800BF3858D20 for ; Tue, 3 Oct 2023 16:09:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 800BF3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 7374330067D1; Tue, 3 Oct 2023 18:09:49 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id E12A53403E6; Tue, 3 Oct 2023 18:09:48 +0200 (CEST) Message-ID: <8c49f471cc46ea5e532889c4b71dde7c4b408673.camel@klomp.org> Subject: Re: [PATCH 01/14] libdw: Make try_split_file static From: Mark Wielaard To: Omar Sandoval , elfutils-devel@sourceware.org Date: Tue, 03 Oct 2023 18:09:48 +0200 In-Reply-To: <4b9aa967292ca6145423bf39796bd12fdd392096.1695837512.git.osandov@fb.com> References: <4b9aa967292ca6145423bf39796bd12fdd392096.1695837512.git.osandov@fb.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3027.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Omar, On Wed, 2023-09-27 at 11:20 -0700, Omar Sandoval wrote: > It's only used in libdw_find_split_unit.c. Obvious correct. Applied. Thanks, Mark