nl_langinfo_l ignores its locale argument with NL_CURRENT_INDIRECT
which is wrong when that argument does not match the current thread's
locale.
upstream glibc is not tested with static linking so this is not found.
But with thread-local locale settings, it becomes quite ungainly unless
we can use __thread variables. So only in that case do we attempt this. */
#ifndef SHARED
-# include <tls.h>
-# define NL_CURRENT_INDIRECT 1
+//# include <tls.h>
+//# define NL_CURRENT_INDIRECT 1
#endif
#ifdef NL_CURRENT_INDIRECT