2 * Copyright 2010-2016, Adrien Destugues <pulkomandy@pulkomandy.tk>.
3 * Distributed under the terms of the MIT License.
8 #include <LocaleRoster.h>
13 static int32 sCatalogInitOnce
= INIT_ONCE_UNINITIALIZED
;
17 BLocaleRoster::GetCatalog()
19 static BCatalog sCatalog
;
22 asm volatile(".hidden GetCatalog__13BLocaleRoster");
24 asm volatile(".hidden _ZN13BLocaleRoster10GetCatalogEv");
27 return _GetCatalog(&sCatalog
, &sCatalogInitOnce
);
32 void ForceUnloadCatalog()
34 sCatalogInitOnce
= INIT_ONCE_UNINITIALIZED
;