mirror of
git://git.musl-libc.org/musl
synced 2025-01-26 16:43:20 +00:00
remove unused weak definition of __tl_sync in membarrier.c
This commit is contained in:
parent
557673603b
commit
957c276323
@ -9,13 +9,8 @@ static void dummy_0(void)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
static void dummy_1(pthread_t t)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
weak_alias(dummy_0, __tl_lock);
|
weak_alias(dummy_0, __tl_lock);
|
||||||
weak_alias(dummy_0, __tl_unlock);
|
weak_alias(dummy_0, __tl_unlock);
|
||||||
weak_alias(dummy_1, __tl_sync);
|
|
||||||
|
|
||||||
static sem_t barrier_sem;
|
static sem_t barrier_sem;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user