This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/17594] New: strtoll / strtoull namespace for 32-bit


https://sourceware.org/bugzilla/show_bug.cgi?id=17594

            Bug ID: 17594
           Summary: strtoll / strtoull namespace for 32-bit
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com

For 32-bit platforms, strtoll and strtoull are strong symbols in libc, but they
are not in ISO C90, and are brought in by references to __strtoll_internal /
__strtoull_internal from scanf.  (For 64-bit platforms, they are properly
weak.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]