From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13476 invoked by alias); 15 May 2014 22:20:13 -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 13221 invoked by uid 55); 15 May 2014 22:20:07 -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/msg00105.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16943 --- Comment #2 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.16/master has been updated via c3e44c48727747659e313f09bc5557b6c1007e49 (commit) from add6d67730e24dc6bf9e925aebb647416f51747f (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=c3e44c48727747659e313f09bc5557b6c1007e49 commit c3e44c48727747659e313f09bc5557b6c1007e49 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 | 2 +- sysdeps/unix/sysv/linux/sparc/bits/resource.h | 27 +++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletions(-) --- Comment #3 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.17/master has been updated via 38736fdf39351c807caffcce75e2f89196889e42 (commit) from 4df7d90b36f4cd2f51dbbdbdd0f73f9c30640c9e (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=38736fdf39351c807caffcce75e2f89196889e42 commit 38736fdf39351c807caffcce75e2f89196889e42 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 | 2 +- sysdeps/unix/sysv/linux/sparc/bits/resource.h | 27 +++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.