2 * Copyright 2010-2014, Adrien Destugues <pulkomandy@pulkomandy.tk>.
3 * Distributed under the terms of the MIT License.
8 #include <LocaleRoster.h>
13 static BCatalog sCatalog
;
14 static int32 sCatalogInitOnce
= INIT_ONCE_UNINITIALIZED
;
18 BLocaleRoster::GetCatalog()
21 asm volatile(".hidden GetCatalog__13BLocaleRoster");
23 asm volatile(".hidden _ZN13BLocaleRoster10GetCatalogEv");
26 return _GetCatalog(&sCatalog
, &sCatalogInitOnce
);
31 void ForceUnloadCatalog()
33 sCatalogInitOnce
= INIT_ONCE_UNINITIALIZED
;