mirror of
https://github.com/fluencelabs/musl
synced 2025-06-27 21:52:02 +00:00
7 lines
98 B
C
7 lines
98 B
C
#include "pthread_impl.h"
|
|
|
|
int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
|
|
{
|
|
return 0;
|
|
}
|