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