summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-01-06 11:05:27 -0200
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2017-01-09 13:48:44 -0200
commit75dafa2f323555600a1d1675de6eea09d25e3482 (patch)
tree5ae16531346cfc92099ac82d467fda78bf0de493 /ChangeLog
parentf68fcd95d34d2f2ac286b9ebb64e3a07e36a20cf (diff)
downloadglibc-75dafa2f323555600a1d1675de6eea09d25e3482.tar.gz
glibc-75dafa2f323555600a1d1675de6eea09d25e3482.tar.xz
glibc-75dafa2f323555600a1d1675de6eea09d25e3482.zip
Move fortified explicit_bzero back to string3
Commit 38765ab68f329fd moved the bzero, bcopy, and explicit_bzero
fortified macros to a common header (strings_fortified.h).  However
the side effect is a fortified explicit_bzero is defined when including
only strings.h.

This patch moves back the fortified explicit_bzero definition to
strings3.h header.

Checked on x86_64-linux-gnu.

	* string/bits/strings_fortified.h (explicit_bzero): Move back to ..
	* string/bits/string3.h: ... here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 172b0c9275..8454cd627e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* string/bits/strings_fortified.h (explicit_bzero): Move back to ..
+	* string/bits/string3.h: ... here.
+
 2017-01-05  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #21028]