This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-895-g6540185


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  6540185fb9f869958f3b2822224c06292c7b7c07 (commit)
      from  509072a0f7f8a37bedf61a78c0cdd7783368c65a (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6540185fb9f869958f3b2822224c06292c7b7c07

commit 6540185fb9f869958f3b2822224c06292c7b7c07
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue May 15 11:45:42 2012 -0700

    Fix formatting in last change.

diff --git a/ChangeLog b/ChangeLog
index b635a19..2deaec7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-15  Roland McGrath  <roland@hack.frob.com>
+
+	* nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
+
 2012-05-15  Jeff Law  <law@redhat.com>
 	    Andreas Jaeger  <aj@suse.de>
 
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h
index 325368e..aef76e8 100644
--- a/nscd/nscd-client.h
+++ b/nscd/nscd-client.h
@@ -323,7 +323,8 @@ struct locked_map_ptr
 
 /* Try acquiring lock for mapptr, returns true if it succeeds, false
    if not.  */
-static inline bool __nscd_acquire_maplock (volatile struct locked_map_ptr *mapptr)
+static inline bool
+__nscd_acquire_maplock (volatile struct locked_map_ptr *mapptr)
 {
   int cnt = 0;
   while (__builtin_expect (atomic_compare_and_exchange_val_acq (&mapptr->lock,

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    4 ++++
 nscd/nscd-client.h |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]