[PATCH 5/8 v3] msvcrt: Import log implementation from musl.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/math.c | 370 +++++++++++++++++++++++++++++++++++++++++- dlls/msvcrt/unixlib.c | 9 - dlls/msvcrt/unixlib.h | 1 - 3 files changed, 366 insertions(+), 14 deletions(-)
Piotr Caban <piotr(a)codeweavers.com> writes:
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/math.c | 370 +++++++++++++++++++++++++++++++++++++++++- dlls/msvcrt/unixlib.c | 9 - dlls/msvcrt/unixlib.h | 1 - 3 files changed, 366 insertions(+), 14 deletions(-)
This is causing a test failure: tools/runtest -q -P wine -T . -M msvcp90.dll -p dlls/msvcp90/tests/msvcp90_test.exe misc && touch dlls/msvcp90/tests/misc.ok misc.c:907: Test failed: c2.real = 1.#INF00 make: *** [Makefile:84842: dlls/msvcp90/tests/misc.ok] Error 1 -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Piotr Caban