public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/17571] New: qsort_r namespace
@ 2014-11-10 16:04 jsm28 at gcc dot gnu.org
  2014-11-12 22:35 ` [Bug libc/17571] " cvs-commit at gcc dot gnu.org
  2014-11-12 22:51 ` jsm28 at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-11-10 16:04 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17571
           Summary: qsort_r namespace
           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

qsort_r is defined in the same file as qsort, but is not an ISO C function, so
should be a weak alias for __qsort_r.  The uses in getaddrinfo should also call
__qsort_r, since getaddrinfo is a POSIX function and qsort_r isn't.

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-12 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-10 16:04 [Bug libc/17571] New: qsort_r namespace jsm28 at gcc dot gnu.org
2014-11-12 22:35 ` [Bug libc/17571] " cvs-commit at gcc dot gnu.org
2014-11-12 22:51 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).