source: patches/eglibc-2.17-qecvt-1.patch @ ae3d9e3

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since ae3d9e3 was 874ec12, checked in by William Harrington <kb0iic@…>, 11 years ago

Add eglibc 2.17 qecvt patch for powerpc targets.

  • Property mode set to 100644
File size: 859 bytes
  • stdlib/bits/stdlib-ldbl.h

    Submitted By: William Harrington kb0iic at cross-lfs dot org.
    Date: 2013-01-13
    Initial Package Version: 2.15
    Upstream Status: Unknown
    Origin: http://sourceware.org/bugzilla/show_bug.cgi?id=15007
    Description: Fixes a mismatch of guards around qcvt and friends.
    
    Redone for eglibc-2.17 on 2013-06-05
    
    diff -Naur eglibc-2.17.orig/stdlib/bits/stdlib-ldbl.h eglibc-2.17/stdlib/bits/stdlib-ldbl.h
    old new  
    3030__LDBL_REDIR1_DECL (strtold_l, strtod_l)
    3131#endif
    3232
    33 #if defined __USE_SVID || defined __USE_XOPEN_EXTENDED
     33#if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) \
     34    || defined __USE_SVID
    3435# ifdef __USE_MISC
    3536__LDBL_REDIR1_DECL (qecvt, ecvt)
    3637__LDBL_REDIR1_DECL (qfcvt, fcvt)
Note: See TracBrowser for help on using the repository browser.