H.J. Lu 65a086db91 Mark internal argz functions with attribute_hidden [BZ #18822]
Move internal argz function prototypes to include/argz.h and mark them
with attribute_hidden to allow direct access within libc.so and libc.a
without using GOT nor PLT.  This also brings string/argz.h closer to the
gnulib version.

	[BZ #18822]
	* include/argz.h (__argz_create_sep): New function prototype.
	(__argz_append): Likewise.
	(__argz_add): Likewise.
	(__argz_add_sep): Likewise.
	(__argz_delete): Likewise.
	(__argz_insert): Likewise.
	(__argz_replace): Likewise.
	* string/argz.h (__argz_create_sep): Removed.
	(__argz_append): Likewise.
	(__argz_add): Likewise.
	(__argz_add_sep): Likewise.
	(__argz_delete): Likewise.
	(__argz_insert): Likewise.
	(__argz_replace): Likewise.
2017-08-18 09:31:33 -07:00
..
2017-06-20 08:21:24 -04:00
2017-06-20 08:21:24 -04:00
2017-08-08 17:14:49 +00:00
2017-08-08 17:14:49 +00:00
2017-05-10 00:25:59 +00:00
2017-06-20 08:21:24 -04:00
2017-06-20 08:21:24 -04:00
2017-05-25 11:38:01 -07:00
2017-06-08 09:56:01 -07:00
2017-07-06 17:01:03 +00:00