This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Fix swscanf vswscanf namespace (bug 18542)
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 17 Jun 2015 11:39:32 -0700 (PDT)
- Subject: Re: Fix swscanf vswscanf namespace (bug 18542)
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot DEB dot 2 dot 10 dot 1506152256170 dot 9772 at digraph dot polyomino dot org dot uk>
> [BZ #18542]
> * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
> (vswscanf) Use ldbl_weak_alias instead of ldbl_strong_alias
Missing a : here.
Otherwise OK.