Home
last modified time | relevance | path

Searched hist:b09c82377a6bb5dee7ba7250c9474f09b35ebda2 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/musl/internal/
H A Dlocale_impl.hb09c82377a6bb5dee7ba7250c9474f09b35ebda2 Wed Aug 30 21:57:19 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> libroot/locale: Minor fixes and expose internal POSIX locale.

* We can return early from duplocale() so set the "magic" flag early.
* Initialize all fields up front.
* Add an internal method __posix_locale_t() which returns a locale_t
usable as a global C/POSIX locale type, and add the appropriate
definition to the musl internal header.
/haiku/src/system/libroot/posix/locale/
H A Dlocale_t.cppb09c82377a6bb5dee7ba7250c9474f09b35ebda2 Wed Aug 30 21:57:19 UTC 2023 Augustin Cavalier <waddlesplash@gmail.com> libroot/locale: Minor fixes and expose internal POSIX locale.

* We can return early from duplocale() so set the "magic" flag early.
* Initialize all fields up front.
* Add an internal method __posix_locale_t() which returns a locale_t
usable as a global C/POSIX locale type, and add the appropriate
definition to the musl internal header.