mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove unused weak definition of __tl_sync in membarrier.c
This commit is contained in:
parent
557673603b
commit
957c276323
1 changed files with 0 additions and 5 deletions
|
@ -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_unlock);
|
||||
weak_alias(dummy_1, __tl_sync);
|
||||
|
||||
static sem_t barrier_sem;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue