mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Fix formatting in last change.
This commit is contained in:
parent
509072a0f7
commit
6540185fb9
@ -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>
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user