On Sat, Jun 13, 2015 at 10:41:42PM +0200, Joerg Sonnenberger wrote: > 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 >
That would be a good news. I will redo some tests to have working llvm + libc++ without to provide stubs for theses functions. Thanks. -- Sébastien Marie
