Module: wine Branch: master Commit: 442052fe1872f6a1461abb7231025340beb177d0 URL: https://gitlab.winehq.org/wine/wine/-/commit/442052fe1872f6a1461abb723102534...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 3 17:20:19 2023 +0200
msvcrt: Use the lgamma()/lgammaf() implementation from the bundled musl library.
---
dlls/msvcrt/math.c | 382 +---------------------------------------- libs/musl/src/math/lgamma_r.c | 4 +- libs/musl/src/math/lgammaf_r.c | 4 +- 3 files changed, 8 insertions(+), 382 deletions(-)