Blame SOURCES/centos-arm32-NO_LONG_DOUBLE_MATH.patch

6e9356
diff -Naurp a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c
6e9356
--- a/stdio-common/printf_fp.c	2021-02-03 16:46:26.887807279 +0000
6e9356
+++ b/stdio-common/printf_fp.c	2021-02-03 16:50:16.604469900 +0000
6e9356
@@ -151,6 +151,7 @@ static wchar_t *group_number (wchar_t *b
6e9356
 			      wchar_t thousands_sep, int ngroups)
6e9356
      internal_function;
6e9356
 
6e9356
+#ifndef __NO_LONG_DOUBLE_MATH
6e9356
 static __always_inline int
6e9356
 isnanl_or_pseudo (long double in)
6e9356
 {
6e9356
@@ -172,6 +173,7 @@ isnanl_or_pseudo (long double in)
6e9356
   return __isnanl (in);
6e9356
 #endif
6e9356
 }
6e9356
+#endif
6e9356
 
6e9356
 
6e9356
 int