From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7628 Path: news.gmane.org!not-for-mail From: Felix Janda Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH] add missing legacy RLIM64_INFINITY LFS64 alias Date: Tue, 12 May 2015 22:15:03 +0200 Message-ID: <20150512201503.GA29801@euler> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1431461737 30953 80.91.229.3 (12 May 2015 20:15:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 May 2015 20:15:37 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7640-gllmg-musl=m.gmane.org@lists.openwall.com Tue May 12 22:15:34 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YsGaU-0001vL-93 for gllmg-musl@m.gmane.org; Tue, 12 May 2015 22:15:34 +0200 Original-Received: (qmail 2009 invoked by uid 550); 12 May 2015 20:15:31 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 1966 invoked from network); 12 May 2015 20:15:27 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:7628 Archived-At: --- include/sys/resource.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sys/resource.h b/include/sys/resource.h index 58392d6..101ea63 100644 --- a/include/sys/resource.h +++ b/include/sys/resource.h @@ -96,6 +96,7 @@ int prlimit(pid_t, int, const struct rlimit *, struct rlimit *); #define RLIM_NLIMITS RLIMIT_NLIMITS #if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) +#define RLIM64_INFINITY RLIM_INFINITY #define getrlimit64 getrlimit #define setrlimit64 setrlimit #define rlimit64 rlimit -- 2.3.6