From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11126 invoked by alias); 20 Oct 2014 16:26:50 -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 11069 invoked by uid 55); 20 Oct 2014 16:26:46 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug nptl/15215] Unify pthread_once implementations. Date: Mon, 20 Oct 2014 16:26:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: triegel at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- 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-10/txt/msg00077.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=15215 --- 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, master has been updated via 63668b7084ac26865136e59fdf17781f9f49bd99 (commit) from 42b7f5d48549b85386a9b28a1a90e66fd81ba273 (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=63668b7084ac26865136e59fdf17781f9f49bd99 commit 63668b7084ac26865136e59fdf17781f9f49bd99 Author: Torvald Riegel Date: Fri Oct 11 18:58:04 2013 +0300 pthread_once: Clean up constants. [BZ #15215] This just gives a name to the integer constants being used. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 +++++++++ nptl/pthreadP.h | 6 ++++++ nptl/pthread_once.c | 21 ++++++++++++--------- sysdeps/nptl/fork.c | 3 ++- 4 files changed, 29 insertions(+), 10 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.