msvcrt: Don't set errno in _logb(f) if x is ±INF.
commit70c338c27ad5b82ffa5540f8ee3fd81cdc5615f2
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 27 Jul 2017 08:26:24 +0000 (27 02:26 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Jul 2017 13:04:45 +0000 (31 15:04 +0200)
tree1639143b40047bd912fb668de9e2ec780e0e1523
parent9e3b3c9bac63fba8396d788ac93197f82e392a8d
msvcrt: Don't set errno in _logb(f) if x is ±INF.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/math.c