diff options
Diffstat (limited to 'stdio-common/tst-printf-format-skeleton-ldouble.c')
| -rw-r--r-- | stdio-common/tst-printf-format-skeleton-ldouble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-printf-format-skeleton-ldouble.c b/stdio-common/tst-printf-format-skeleton-ldouble.c index ed47e77963..cb58f1ab15 100644 --- a/stdio-common/tst-printf-format-skeleton-ldouble.c +++ b/stdio-common/tst-printf-format-skeleton-ldouble.c @@ -27,7 +27,7 @@ #define PREC LDBL_MANT_DIG typedef long double type_t; static const type_t vals[] = - { -HUGE_VAL, -LDBL_MAX, -LDBL_MIN, copysign (0, -1), -NAN, NAN, 0, LDBL_MIN, + { -HUGE_VAL, -LDBL_MAX, -LDBL_MIN, -0.0, -NAN, NAN, 0, LDBL_MIN, LDBL_MAX, HUGE_VAL }; static const char length[] = "L"; |
