2 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
11 #include "LocaleBackend.h"
12 #include "PosixLCTimeInfo.h"
15 using BPrivate::Libroot::gLocaleBackend
;
18 extern "C" const lc_time_t
*
19 __get_current_time_locale(void)
22 return gLocaleBackend
->LCTimeInfo();
24 return &BPrivate::Libroot::gPosixLCTimeInfo
;