From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86355 invoked by alias); 8 Nov 2016 00:40:23 -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 86250 invoked by uid 89); 8 Nov 2016 00:40:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,RCVD_IN_SEMBACKSCATTER autolearn=no version=3.3.2 spammy=Hx-languages-length:700 X-HELO: mx0a-001b2d01.pphosted.com Date: Tue, 08 Nov 2016 00:40:00 -0000 From: "Gabriel F. T. Gomes" To: Florian Weimer Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 1/2] Use write_message instead of write In-Reply-To: <0947da13-c81e-bac5-df89-465cdecc70d6@redhat.com> References: <1477961028-12150-1-git-send-email-gftg@linux.vnet.ibm.com> <1477961028-12150-2-git-send-email-gftg@linux.vnet.ibm.com> <0947da13-c81e-bac5-df89-465cdecc70d6@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16110800-0028-0000-0000-000001642AB4 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16110800-0029-0000-0000-0000145C5319 Message-Id: <20161107224001.2c462457@keller> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-07_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611080010 X-SW-Source: 2016-11/txt/msg00260.txt.bz2 On Mon, 7 Nov 2016 18:33:25 +0100 Florian Weimer wrote: > 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. Pushed as d5b38790.