On Sat, Jun 13, 2015 at 10:04:55AM +0200, Sébastien Marie wrote: > What is the relationship with libc/locale ? libc++ needs some POSIX > functions in locale area that are missing in OpenBSD. These functions > are uselocale(3), newlocale(3) and freelocale(3). (see > http://pubs.opengroup.org/onlinepubs/9699919799/functions/newlocale.html > for details). Basically it is per-thread support of locale.
This is wrong. libc++ does *not* depend on the broken uselocale interface. Joerg
