diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-15 11:45:42 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-15 11:45:42 -0700 |
commit | 6540185fb9f869958f3b2822224c06292c7b7c07 (patch) | |
tree | 777d1d3600c5aa340b919341adadf47505d5d8e1 | |
parent | 509072a0f7f8a37bedf61a78c0cdd7783368c65a (diff) | |
download | glibc-6540185fb9f869958f3b2822224c06292c7b7c07.zip glibc-6540185fb9f869958f3b2822224c06292c7b7c07.tar.gz glibc-6540185fb9f869958f3b2822224c06292c7b7c07.tar.bz2 |
Fix formatting in last change.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nscd/nscd-client.h | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -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, |