Module: wine Branch: master Commit: f0c700502a7adc34c7f83d5d9650947363f59034 URL: https://gitlab.winehq.org/wine/wine/-/commit/f0c700502a7adc34c7f83d5d9650947...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 4 16:32:12 2023 +0200
msvcrt: Use the log()/logf() implementation from the bundled musl library.
---
dlls/msvcrt/math.c | 454 ---------------------------------------------- libs/musl/src/math/log.c | 8 +- libs/musl/src/math/logf.c | 8 +- 3 files changed, 10 insertions(+), 460 deletions(-)