File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ static int test_mp_fread_fwrite(void)
315315 return EXIT_FAILURE ;
316316}
317317
318- #if (!(defined LTM_NOTHING ) && !(defined MP_NO_FILE ))
318+ #if (!(defined LTM_NOTHING ) && !(defined MP_NO_FILE ) && (!(defined __GLIBC__ )) )
319319#include <printf.h>
320320#define LTM_TEST_BUFSIZ 1024
321321static int test_mp_printf_extension (void )
@@ -2572,7 +2572,7 @@ static int unit_tests(int argc, char **argv)
25722572 T1 (mp_dr_reduce , MP_DR_REDUCE ),
25732573 T2 (mp_pack_unpack ,MP_PACK , MP_UNPACK ),
25742574 T2 (mp_fread_fwrite , MP_FREAD , MP_FWRITE ),
2575- #if (!(defined LTM_NOTHING ) && !(defined MP_NO_FILE ))
2575+ #if (!(defined LTM_NOTHING ) && !(defined MP_NO_FILE ) && (!( defined __GLIBC__ )) )
25762576 T1 (mp_printf_extension , MP_READ_RADIX ),
25772577#endif
25782578 T1 (mp_get_u32 , MP_GET_I32 ),
You can’t perform that action at this time.
0 commit comments