Re: fix module qsort_r

2016-10-27 Thread Bruno Haible
Paul Eggert wrote: > I gave the patch a quick scan just now and it > looks fine; please install when you find the time. Done. Bruno

Re: fix module qsort_r

2016-10-26 Thread Paul Eggert
Thanks for doing all that. I gave the patch a quick scan just now and it looks fine; please install when you find the time.

fix module qsort_r

2016-10-16 Thread Bruno Haible
Hi Paul, The module 'qsort_r' does not work at all on systems that don't have this function. For example, on AIX 7.1, with a gnulib testdir: test-qsort_r.c: In function 'main': test-qsort_r.c:40:3: warning: implicit declaration of function 'qsort_r' [-Wimplicit-function-declaration] qsort_r