From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18002 invoked by alias); 2 Oct 2016 13:29:02 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 17980 invoked by uid 89); 2 Oct 2016 13:29:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*p:D*org, STRCMP, libio, sk:tst-mem X-HELO: mail-yw0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=I0i8xH6H6WHPkm7ZqGMuh6i50w3MV0BoNvh0hakiKUQ=; b=Oyij873VJ8CMYmZS6gni14L0KkJJoWnOFDQ/L68gECNvF/RqJY6j/F1SMxOvcoVU3w 0lbwWY/1RkgPTnignVhFebv3wGOMIiyoENwACLJ48r3FNShukQpgmx5/2e51Gojis+nb 0KH5s1bFoOypOiVIgbayqx/Ag14dtPBviVLhB6CffBKn3QxuYQKRF0BYzUnh2PP9HIQz UO7zmCCDmekKQXzj1L5Uc5YPrwJcxTSIvrS2ulmiy8iukUsKjXkH2CuZXANi0GPGbmC6 4DeqftD/LO8bAx0Ti8FtORuFY8uzW8F3hVT4PrpEGsAjH3MfsTu70axYMkrPNp6KdThl 2Adg== X-Gm-Message-State: AA6/9Rll/8v13EYdp5hEMbd2H2ZdvheNHmMEDo39yXa/UX0W3/UZ7sd1CGgkoekECxVNhzBz X-Received: by 10.129.153.6 with SMTP id q6mr1818198ywg.356.1475414930069; Sun, 02 Oct 2016 06:28:50 -0700 (PDT) Subject: Re: [PATCH v2 1/2] libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181) To: Andreas Schwab References: <1470418850-22175-1-git-send-email-adhemerval.zanella@linaro.org> <1470688986-8798-1-git-send-email-adhemerval.zanella@linaro.org> Cc: libc-alpha@sourceware.org From: Adhemerval Zanella Message-ID: <1984d429-110f-9e9e-a769-40ceafe032a8@linaro.org> Date: Sun, 02 Oct 2016 13:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-10/txt/msg00011.txt.bz2 Unfortunately, I did not see it on the environments I have tested (basically ubuntu 16). I pushed a obvious fix for this as edbdf87, thanks for reporting it. On 01/10/2016 06:17, Andreas Schwab wrote: > tst-memstream3.c:32:17: error: implicit declaration of function 'strcmp' [-Werror=implicit-function-declaration] > # define STRCMP strcmp > ^ > tst-memstream3.c:96:7: note: in expansion of macro 'STRCMP' > if (STRCMP (buf, W("b")) != 0) > ^~~~~~ > > Andreas. >