From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22679 invoked by alias); 19 Dec 2014 09:28:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 22661 invoked by uid 89); 19 Dec 2014 09:28:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx6-phx2.redhat.com Received: from mx6-phx2.redhat.com (HELO mx6-phx2.redhat.com) (209.132.183.39) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 19 Dec 2014 09:28:34 +0000 Received: from zmail14.collab.prod.int.phx2.redhat.com (zmail14.collab.prod.int.phx2.redhat.com [10.5.83.16]) by mx6-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sBJ9SMxV012308; Fri, 19 Dec 2014 04:28:22 -0500 Date: Fri, 19 Dec 2014 09:28:00 -0000 From: Kai Tietz To: Pedro Alves Cc: Eli Zaretskii , Jan Kratochvil , sellcey@imgtec.com, brobecker@adacore.com, yao@codesourcery.com, gdb-patches@sourceware.org Message-ID: <1077815980.1202367.1418981302493.JavaMail.zimbra@redhat.com> In-Reply-To: <5493678F.4050906@redhat.com> References: <20141217210144.GA26674@host2.jankratochvil.net> <83wq5oub28.fsf@gnu.org> <20141218173103.GA18871@host2.jankratochvil.net> <83sigcua9l.fsf@gnu.org> <526566540.670835.1418933688966.JavaMail.zimbra@redhat.com> <5493678F.4050906@redhat.com> Subject: Re: [patch] compile: rm -rf -> ftw()+rmdir()+unlink() [Re: [patch] compile: Fix MinGW build] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-12/txt/msg00569.txt.bz2 ----- Urspr=C3=BCngliche Mail ----- Just for the records. We provide on mingw-w64 both APIs. The nftw, and th= e old ftw. Kai