msvcrt: Use the lgamma()/lgammaf() implementation from the bundled musl library.
commit442052fe1872f6a1461abb7231025340beb177d0
authorAlexandre Julliard <julliard@winehq.org>
Mon, 3 Apr 2023 15:20:19 +0000 (3 17:20 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Apr 2023 14:51:46 +0000 (5 16:51 +0200)
tree3f279ad42f5f54f0232e9e46e38d99bd7c35f304
parentf27f2d4e6643ca5a64e5cb2a0a9e04721fb0c8e6
msvcrt: Use the lgamma()/lgammaf() implementation from the bundled musl library.
dlls/msvcrt/math.c
libs/musl/src/math/lgamma_r.c
libs/musl/src/math/lgammaf_r.c