On 16/09/14 21:28, Paul Eggert wrote:
Thanks, should be fixed with the attached patch, which I pushed.
Confirmed.
-tgc
Thanks, should be fixed with the attached patch, which I pushed.
>From 70fc25e89c4fc8721a9633df01d774b6ec8775f2 Mon Sep 17 00:00:00 2001
From: Paul Eggert
Date: Tue, 16 Sep 2014 12:26:48 -0700
Subject: [PATCH] qsort_r: include
Problem reported by Tom G. Christensen in:
http://lists.gnu.org/arch
On 15/09/14 18:00, Paul Eggert wrote:
On 09/15/2014 07:11 AM, Pádraig Brady wrote:
Did you forget to git add m4/qsort_r.m4 ?
Oops, yes I did. Thanks for catching that. I added it as per attached.
The daily build failed on my Solaris 9 host:
gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -D
700
Subject: [PATCH] qsort_r: new module, for GNU-style qsort_r
* m4/qsort_r.m4: New file. Forgot to add this earlier.
---
ChangeLog | 5 +
m4/qsort_r.m4 | 48
2 files changed, 53 insertions(+)
create mode 100644 m4/qsort_r.m4
diff --gi
Did you forget to git add m4/qsort_r.m4 ?
On Fri, Aug 29, 2014 at 01:50:48PM -0700, Paul Eggert wrote:
> This works even on FreeBSD, which has an incompatible qsort_r API.
> * MODULES.html.sh: Add it.
> * doc/glibc-functions/qsort_r.texi: It's now supported.
> * lib/qsort.c: New file, taken from glibc with minor changes
> inside "#ifndef _
This works even on FreeBSD, which has an incompatible qsort_r API.
* MODULES.html.sh: Add it.
* doc/glibc-functions/qsort_r.texi: It's now supported.
* lib/qsort.c: New file, taken from glibc with minor changes
inside "#ifndef _LIBC" and with an unnecessary "#include "
removed.
* lib/qsort_r.c: New