glibc/stdio-common
Joseph Myers 01cad84e19 Fix __printf_fp wmemset namespace (bug 17574).
__printf_fp calls wmemset, but that is not an ISO C90 function.  This
patch fixes it to call a new __wmemset name instead (with wmemset
being a weak alias).

Tested for x86_64 (testsuite, and that disassembly of installed shared
libraries is unchanged by the patch).

	[BZ #17574]
	* wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
	weak alias of __wmemset.  Use libc_hidden_weak.
	(__wmemset): Use libc_hidden_def.
	* include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
	* stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
	of wmemset.
2014-11-12 22:38:11 +00:00
..
2013-06-05 20:44:03 +00:00
2007-01-22 16:18:03 +00:00
2007-12-07 16:50:11 +00:00
2011-08-20 09:22:16 -04:00
2012-05-24 21:30:43 -06:00
2013-10-12 14:47:50 +02:00
2009-10-30 09:23:24 -07:00
2012-03-08 03:02:24 -05:00
2005-09-27 19:40:49 +00:00
2014-02-28 11:07:43 -08:00