mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 06:02:04 +00:00
7 lines
90 B
C
7 lines
90 B
C
![]() |
#include "pthread_impl.h"
|
||
|
|
||
|
int pthread_spin_destroy(pthread_spinlock_t *s)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|