Use write_message instead of write
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Mon, 31 Oct 2016 01:51:27 +0000 (23:51 -0200)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 8 Nov 2016 00:09:42 +0000 (22:09 -0200)
commitd5b38790950533e80d1fc7c79cab4eacef626547
treedf674f46d580085374d04314641e97d8eb267ce8
parent06b9e94f797b910da782b4608545e416ec5af1df
Use write_message instead of write

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.

Tested for powerpc64le.
ChangeLog
nptl/tst-kill3.c
nptl/tst-kill6.c
nptl/tst-tls2.c
nptl/tst-tls3.c