libio: Use wmemset instead of __wmemset to avoid linknamespace issue
authorFlorian Weimer <fweimer@redhat.com>
Fri, 3 Jun 2016 07:48:14 +0000 (09:48 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 3 Jun 2016 15:04:44 +0000 (17:04 +0200)
commitcfac4de69cc70fbd6364e58cf77891a7a30f2e09
tree6b9b1f5f3e73d21c4be8fd6f29657f3ae6af85c7
parent1c1e7fb65828c99d6e0f0f3857089b559a0c8189
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
libio/wstrops.c