]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: Replace exp10() with our own impl
authorDaan De Meyer <daan@amutable.com>
Fri, 15 May 2026 12:16:01 +0000 (12:16 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 20 May 2026 09:03:27 +0000 (11:03 +0200)
commitd52c8f2068b57e191bafd01d9d60bddbf4a20419
treee4486337435b8da46fefdadf19ac2a1ead26423c
parent27e0bba9667412fd6912e41e0d5579c874106c0b
tree-wide: Replace exp10() with our own impl

exp10() has a symbol version > 2.34 on latest glibc. To allow
dropping our baseline required glibc runtime version to <= 2.34,
let's add our own version to prevent pulling in the newer symbol
from glibc.
src/basic/math-util.c [new file with mode: 0644]
src/basic/math-util.h
src/basic/meson.build
src/libsystemd/sd-json/sd-json.c
src/shared/color-util.c
src/shared/dns-rr.c
src/test/test-math-util.c