implement pthread_rwlockattr_* (essentially no-ops)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "pthread_impl.h"
|
||||
|
||||
int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user