From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: glibc fallback code when =?utf-8?B?4oCYcHJsaW1pdDY04oCZ?= is missing Date: Sun, 01 Apr 2018 12:37:43 +0200 Message-ID: <87k1trgqko.fsf@gnu.org> References: <87h8p3jfke.fsf@fastmail.com> <87a7uuhejf.fsf@elephly.net> <87po3ph0t1.fsf@fastmail.com> <87bmf8fhqf.fsf@elephly.net> <87370hq5hx.fsf_-_@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2aMv-00071y-HG for guix-devel@gnu.org; Sun, 01 Apr 2018 06:37:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2aMt-00020l-6h for guix-devel@gnu.org; Sun, 01 Apr 2018 06:37:49 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:49154) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f2aMs-000203-V1 for guix-devel@gnu.org; Sun, 01 Apr 2018 06:37:47 -0400 In-Reply-To: <87370hq5hx.fsf_-_@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Fri, 30 Mar 2018 11:26:02 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org Hello, ludovic.courtes@inria.fr (Ludovic Court=C3=A8s) skribis: > From d33a6558a095debd806cf48e56ee41e5dae1c12c Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Ludovic=3D20Court=3DC3=3DA8s?=3D > Date: Fri, 30 Mar 2018 11:18:47 +0200 > Subject: [PATCH] gnu: glibc: Reinstate fallback code for systems lacking > 'prlimit64'. > > * gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch: New file. > * gnu/packages/base.scm (glibc/linux)[source]: Use it. > * gnu/local.mk (dist_patch_DATA): Add it. I went ahead and pushed it. Ludo=E2=80=99.