[PATCH 1/2] Use write_message instead of write

Gabriel F. T. Gomes gftg@linux.vnet.ibm.com
Tue Nov 8 00:40:00 GMT 2016


On Mon, 7 Nov 2016 18:33:25 +0100
Florian Weimer <fweimer@redhat.com> 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  <gftg@linux.vnet.ibm.com>
> >
> > 	* 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.



More information about the Libc-alpha mailing list