From owner-svn-src-all@FreeBSD.ORG Sun Aug 3 14:32:53 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73A92941 for ; Sun, 3 Aug 2014 14:32:53 +0000 (UTC) Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3743E25BA for ; Sun, 3 Aug 2014 14:32:52 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id nu7so3848389obb.37 for ; Sun, 03 Aug 2014 07:32:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:content-type:mime-version:subject :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=rSDSeozvENKs2oxzmAy56WXlH8dSUQ0PdPDY2eEy9sE=; b=hxY5SJ7c+vP8mpNJR1oqeu7TDgir71++QTrvFdRRYIs5SePgoFfdMRxFHcG5hePfpD cXHpqev6UZsFsCfqK3yJdZSlmKT9Cr+ufp4sFI9+PBg1fwH3s8OMlZtqHiMjUikAYCxp QeoTHd4b0ICBDL6POY3bMGYyo0PLd+vZ0VBXGvmY5COokCS0Y57Qz+xl6VUJsyGx9J3M WklHwlijkzZbqY+aE8hdWex+9WDjMWR1YXxVOom4Go5VdUNQyTz1TmsdoOLvISqPwai/ 0cSMgNwWHO7ybrtJYHfNpUfDxm/3TWBncgugmSJqE6tbWY6dKge0yCs0/nJfnbUzD/O5 Bd8g== X-Gm-Message-State: ALoCoQmd/YrhENALopR6IKjbXPy0HNnW10zLny95GCZ1+4JL3DTi396b6MuGWc16E7Af71gbrNYU X-Received: by 10.60.42.226 with SMTP id r2mr24720037oel.69.1407076038303; Sun, 03 Aug 2014 07:27:18 -0700 (PDT) Received: from [192.168.4.128] ([107.19.113.74]) by mx.google.com with ESMTPSA id du7sm63187190oeb.0.2014.08.03.07.27.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Aug 2014 07:27:17 -0700 (PDT) Sender: Warner Losh From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r268943 - in head: include lib/libc/stdlib In-Reply-To: <68E8EDB9-64DE-4037-9047-C8BEAD86801A@freebsd.org> Date: Sun, 3 Aug 2014 08:27:18 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <65378493-7F05-4314-9809-E689891F6067@gmail.com> References: <201407211522.s6LFMnQo084633@svn.freebsd.org> <53CD430F.5040604@fastmail.net> <68E8EDB9-64DE-4037-9047-C8BEAD86801A@freebsd.org> To: Pedro Giffuni X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-head@freebsd.org, Bruce Simpson , src-committers@freebsd.org, svn-src-all@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2014 14:32:53 -0000 On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote: >=20 > Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson = ha scritto: >=20 >> On 21/07/2014 16:22, Pedro F. Giffuni wrote: >>> ] >>> Log: >>> Add re-entrant versions of the hash functions based on the GNU = api. >>> =20 >> What, if anything, can be done about qsort_r() API incompatibility? >=20 > qsort_r is non-standard and we did it first, plus we will want to stay = compatible with Apple :). >=20 > I guess we could do some ugly parameter swapping in the case where = _GNU_SOURCE > is defined, but I won=92t volunteer to do that. Are there any ABI considerations for the change? Warner