mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Clean up whitespace in lock elision patches.
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
committed by
Carlos O'Donell
parent
d3d3ce982a
commit
075b9322c9
@ -86,7 +86,7 @@ __pthread_mutex_lock (mutex)
|
||||
/* This case can never happen on a system without elision,
|
||||
as the mutex type initialization functions will not
|
||||
allow to set the elision flags. */
|
||||
/* Don't record owner or users for elision case. This is a
|
||||
/* Don't record owner or users for elision case. This is a
|
||||
tail call. */
|
||||
return LLL_MUTEX_LOCK_ELISION (mutex);
|
||||
}
|
||||
|
Reference in New Issue
Block a user