msvcrt: Use the log10()/log10f() implementation from the bundled musl library.
commitc53bd233f0bc79eb5260f8da79781b8892443163
authorAlexandre Julliard <julliard@winehq.org>
Tue, 4 Apr 2023 14:32:31 +0000 (4 16:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 6 Apr 2023 12:32:39 +0000 (6 14:32 +0200)
tree74364a0d181990b9ee81454a62adc23b6f29499f
parentf0c700502a7adc34c7f83d5d9650947363f59034
msvcrt: Use the log10()/log10f() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/log10.c
libs/musl/src/math/log10f.c