This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] Use write_message instead of write


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,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]