|
Message-ID: <87bl66plyd.fsf@oldenburg.str.redhat.com> Date: Mon, 09 Aug 2021 19:27:54 +0200 From: Florian Weimer <fweimer@...hat.com> To: Jon Chesterfield <jonathanchesterfield@...il.com> Cc: musl@...ts.openwall.com, Olivier Galibert <galibert@...ox.com> Subject: Re: [PATCH] stdlib: implement qsort_r * Jon Chesterfield: > On Sun, Aug 8, 2021 at 12:29 PM Olivier Galibert <galibert@...ox.com> wrote: > > The extension qsort_r allows calling qsort on a list of indices > without having a global variable to hold the data to sort. > > qsort_r is a strong improvement on qsort. I think it's available outside of > glibc. Right. Solaris has it, too. And apparently FreeBSD adjusted their interface: <https://reviews.freebsd.org/D17083> Thanks, Florian
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.