mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
(cleanup): Avoid warning.
This commit is contained in:
@@ -30,8 +30,8 @@ cleanup (void *arg)
|
|||||||
/* If we already changed the waiter ID, reset it. The call cannot
|
/* If we already changed the waiter ID, reset it. The call cannot
|
||||||
fail for any reason but the thread not having done that yet so
|
fail for any reason but the thread not having done that yet so
|
||||||
there is no reason for a loop. */
|
there is no reason for a loop. */
|
||||||
atomic_compare_and_exchange_bool_acq ((struct pthread **) arg, NULL,
|
(void) atomic_compare_and_exchange_bool_acq ((struct pthread **) arg, NULL,
|
||||||
THREAD_SELF);
|
THREAD_SELF);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user