]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: locale-util: introduce musl specific locale enumerator
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Nov 2025 22:27:50 +0000 (07:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 12 Nov 2025 02:43:13 +0000 (11:43 +0900)
commitb2a2f670aec83e83a8798cf901950cb1ae63b54d
treedecefc39838fa115fc2ca57b31b3f91eb2cb100b
parenta2366debce0e0366dc3c4443b471083b634ab70f
musl: locale-util: introduce musl specific locale enumerator

Both add_locales_from_archive() and add_locales_from_libdir() are glibc
specific, and the logic cannot be applied when built with musl.
src/basic/locale-util.c