diff options
Diffstat (limited to 'math/libm-test.c')
-rw-r--r-- | math/libm-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.c b/math/libm-test.c index 3dc6922a67..c2103d4a8b 100644 --- a/math/libm-test.c +++ b/math/libm-test.c @@ -251,7 +251,7 @@ static void test_single_exception (const char *test_name, short int exception, short int exc_flag, - fexcept_t fe_flag, + int fe_flag, const char *flag_name) { #ifndef TEST_INLINE |