glibc/string/bits
Adhemerval Zanella 75dafa2f32 Move fortified explicit_bzero back to string3
Commit 38765ab68f 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.
2017-01-09 13:48:44 -02:00
..
string2.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
string3.h Move fortified explicit_bzero back to string3 2017-01-09 13:48:44 -02:00
strings_fortified.h Move fortified explicit_bzero back to string3 2017-01-09 13:48:44 -02:00