Files
musl/src/thread/pthread_rwlockattr_destroy.c
2011-03-07 16:43:25 -05:00

7 lines
98 B
C

#include "pthread_impl.h"
int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
{
return 0;
}