about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-10-30 23:51:27 -0200
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-11-07 22:09:42 -0200
commitd5b38790950533e80d1fc7c79cab4eacef626547 (patch)
treedf674f46d580085374d04314641e97d8eb267ce8 /ChangeLog
parent06b9e94f797b910da782b4608545e416ec5af1df (diff)
downloadglibc-d5b38790950533e80d1fc7c79cab4eacef626547.tar.gz
glibc-d5b38790950533e80d1fc7c79cab4eacef626547.tar.xz
glibc-d5b38790950533e80d1fc7c79cab4eacef626547.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18d74ba3b4..8f12ff1524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-11-07  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.
+
 2016-11-07  Joseph Myers  <joseph@codesourcery.com>
 
 	* scripts/check-installed-headers.sh: Ignore sys/sysctl.h for x32.