svn commit: r268943 - in head: include lib/libc/stdlib

Pedro Giffuni pfg at freebsd.org
Mon Jul 21 18:51:53 UTC 2014


Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson <bms at fastmail.net> ha scritto:

> On 21/07/2014 16:22, Pedro F. Giffuni wrote:
>> ]
>> Log:
>>   Add re-entrant versions of the hash functions based on the GNU api.
>>   
> What, if anything, can be done about qsort_r() API incompatibility?

qsort_r is non-standard and we did it first, plus we will want to stay compatible with Apple :).

I guess we could do some ugly parameter swapping in the case where _GNU_SOURCE
is defined, but I won’t volunteer to do that.

Pedro.


More information about the svn-src-all mailing list