msvcrt: Use the tanh()/tanhf() implementation from the bundled musl library.
commit5c00be28fc747c51375c9999ec1b622549197abe
authorAlexandre Julliard <julliard@winehq.org>
Wed, 5 Apr 2023 12:29:41 +0000 (5 14:29 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Apr 2023 12:18:20 +0000 (10 14:18 +0200)
tree3dc717534bddf43ef82c562eb64007bc9c98488f
parent4ffb1199e37ddb96c7b361bb97767a74ef5e2902
msvcrt: Use the tanh()/tanhf() implementation from the bundled musl library.
13 files changed:
dlls/crtdll/crtdll.spec
dlls/msvcr100/msvcr100.spec
dlls/msvcr110/msvcr110.spec
dlls/msvcr120/msvcr120.spec
dlls/msvcr70/msvcr70.spec
dlls/msvcr71/msvcr71.spec
dlls/msvcr80/msvcr80.spec
dlls/msvcr90/msvcr90.spec
dlls/msvcrt/math.c
dlls/msvcrt/msvcrt.spec
dlls/msvcrtd/msvcrtd.spec
libs/musl/src/math/tanh.c
libs/musl/src/math/tanhf.c