From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83564 invoked by alias); 7 Nov 2016 17:33:30 -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 83538 invoked by uid 89); 7 Nov 2016 17:33:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:585 X-HELO: mx1.redhat.com Subject: Re: [PATCH 1/2] Use write_message instead of write To: "Gabriel F. T. Gomes" , libc-alpha@sourceware.org References: <1477961028-12150-1-git-send-email-gftg@linux.vnet.ibm.com> <1477961028-12150-2-git-send-email-gftg@linux.vnet.ibm.com> From: Florian Weimer Message-ID: <0947da13-c81e-bac5-df89-465cdecc70d6@redhat.com> Date: Mon, 07 Nov 2016 17:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1477961028-12150-2-git-send-email-gftg@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00249.txt.bz2 On 11/01/2016 01:43 AM, Gabriel F. T. Gomes wrote: > In the test cases, there are writes to stdout which do not check the result > value. This patch replaces such occurrences with calls to write_message, > which properly deals with the unused result. > > 2016-10-28 Gabriel F. T. Gomes > > * nptl/tst-kill3.c (handler): Use write_message in place of write. > * nptl/tst-kill6.c (handler): Likewise. > * nptl/tst-tls2.c (CB): Likewise. > * nptl/tst-tls3.c (CB): Likewise. Looks good to me. Thanks, Florian