From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13838 invoked by alias); 15 May 2014 22:20:15 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 13363 invoked by uid 55); 15 May 2014 22:20:10 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/16943] missing prlimit prototype on sparc Date: Thu, 15 May 2014 22:20:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: aurelien at aurel32 dot net X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-05/txt/msg00103.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16943 --- Comment #5 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, release/2.19/master has been updated via 30a40bf191d4bea842045f2f97f18897dcadc687 (commit) from e91892932389f8928496e8d9fcf4ed4e9e73bcf7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=30a40bf191d4bea842045f2f97f18897dcadc687 commit 30a40bf191d4bea842045f2f97f18897dcadc687 Author: Aurelien Jarno Date: Fri May 16 00:04:41 2014 +0200 SPARC: add prlimit and prlimit64 in (BZ #16943) prlimit and prlimit64 have been added in the main , but not in the SPARC specific version. Fix that. Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 +++++ NEWS | 3 +- sysdeps/unix/sysv/linux/sparc/bits/resource.h | 27 +++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.