mailing list of musl libc
 help / color / mirror / code / Atom feed
9c7995783d24869d118d7f1a5ab7cd295aeacc0d blob 190 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include "locale_impl.h"
#include "pthread_impl.h"

locale_t uselocale(locale_t l)
{
	pthread_t self = pthread_self();
	locale_t old = self->locale;
	if (l) self->locale = l;
	return old;
}
debug log:

solving 9c79957 ...
found 9c79957 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).