[Bug 266227] [exp-run] Request for exp-run with qsort_r API change

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Sep 2022 02:02:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266227

Xin LI <delphij@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #236388|0                           |1
        is obsolete|                            |

--- Comment #15 from Xin LI <delphij@FreeBSD.org> ---
Created attachment 236507
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236507&action=edit
Patch to modify qsort_r API to use GNU (POSIX) interface

I've revised the patch a little bit (main change was for stdlib.h by changing
the behavior from breaking applications that called FreeBSD style comparator to
just route the call to the compatibility symbol as if the code was compiled for
an earlier FreeBSD release; the rest was test cases added to validate the
compatibility symbol was doing the right thing). This will fix some of ports
broken by the change.

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