From cfac4de69cc70fbd6364e58cf77891a7a30f2e09 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 3 Jun 2016 09:48:14 +0200 Subject: libio: Use wmemset instead of __wmemset to avoid linknamespace issue If the wide string operations are pulled into the link, the wmemset symbol can cause a linknamespace failure. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e7fd30b49..94a95f3c00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-03 Florian Weimer + + * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf): Use + __wmemset instead of wmemset. + 2016-06-02 Carlos O'Donell * sysdeps/unix/sysv/linux/bits/in.h [defined _UAPI_LINUX_IN6_H || -- cgit 1.4.1