Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 562722
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- gmp-6.0.0/tests/misc/t-scanf.c
0
++ gmp-6.0.0-uclibc/tests/misc/t-scanf.c
Lines 1515-1520 check_misc (void) Link Here
1515
1515
1516
  /* %[...], glibc only */
1516
  /* %[...], glibc only */
1517
#ifdef __GLIBC__
1517
#ifdef __GLIBC__
1518
#ifndef __UCLIBC__
1518
  {
1519
  {
1519
    char  buf[128];
1520
    char  buf[128];
1520
    int   n = -1;
1521
    int   n = -1;
Lines 1556-1561 check_misc (void) Link Here
1556
    ASSERT_ALWAYS (n == 4);
1557
    ASSERT_ALWAYS (n == 4);
1557
  }
1558
  }
1558
#endif
1559
#endif
1560
#endif
1559
1561
1560
  /* %zd etc won't be accepted by sscanf on old systems, and running
1562
  /* %zd etc won't be accepted by sscanf on old systems, and running
1561
     something to see if they work might be bad, so only try it on glibc,
1563
     something to see if they work might be bad, so only try it on glibc,

Return to bug 562722