X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=EPcAnlV8W76XUSCTuk55q/cwWdYzbaScCW486GSan91 9en+jKgLSMJCS2/mP6J7r9n9icnsm4wfJcC9LBHSNbFlqHpxHcoSB9i3wkePahTw +kfBk4S5NSVBMGH5MaqhGvndOzOxxgoqRR6eBxHPM+k/ipapRs0wWFYhLNStj75s = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=I5zKQ4GznnsY9Qkn6/RzOo3HtWY=; b=d4v6enX7tLS22mAaU IW4A/SKHTuCeHw22xb+31O0o//14LV1lcYm+byy0oT5e0StxGYYzKHkMgF/mOzLD nn+wYyvrZUQhkkodZsuAtTfpXvyWol8CottYbMSaccD+GZj0VcPoxFrEssax5OMd QP5LilKyFQHVrpCc+Vd8wyGb6g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy= X-HELO: mail-io1-f49.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=0bVx7jQTk8CuE0vmL0cJ1WGL77RyBb9jmRZi9YMiVFk=; b=MQIQ4eAnNvcLr5c+FK/C8kCGgrR5LmYXuvCdNfD2ny6iFMnEBeH0QmyJh+89gzbcBO Sd1BiT/rKWxw4IJxZmXcmoiXbTiQiLvg1j3cdNuyfFZH6H7RkKSeQ6xyNgvS8kaKHN/+ pr4FB7wCa8aXrw3b1l9W2djbEpWSmaDce8/xsstw8lEVvCpQs2gSMv4hd238Y5DAbQOQ bB22LFbPtLhI63PebBYBCcGk8peFmJRZXPfTmDbSXJuhYUtOnkIdsyC84a69Uf9EFPBT 39bBHAFvqG2eOOOJfjuL7QKlAGFUdQmlA/IyxpRcI3agSSMbjR5IOsSNZjdYhB3cr577 o0+Q== MIME-Version: 1.0 References: <20190830075523 DOT GB27273 AT calimero DOT vinschen DOT de> <20190831032003 DOT d19fb7060c632bb51777c0de AT nifty DOT ne DOT jp> <20190831131814 DOT 2f6c9969a4380a457e61d91b AT nifty DOT ne DOT jp> <20190902081659 DOT GC4164 AT calimero DOT vinschen DOT de> In-Reply-To: <20190902081659.GC4164@calimero.vinschen.de> From: Biswapriyo Nath Date: Tue, 3 Sep 2019 14:56:15 +0530 Message-ID: Subject: Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x839Scwm002687 While compiling cygwin with gcc version 7.4.0 (GCC) this error is shown: Making all in reent /d/newlib-cygwin/newlib/libc/reent/execr.c: In function ‘_wait_r’: /d/newlib-cygwin/newlib/libc/reent/execr.c:120:14: warning: implicit declaration of function ‘_wait’; did you mean ‘wait’? [-Wimplicit-function-declaration] if ((ret = _wait (status)) == -1 && errno != 0) ^~~~~ wait -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple