implement pthread_rwlockattr_* (essentially no-ops)
[musl] / src / thread / pthread_rwlockattr_destroy.c
diff --git a/src/thread/pthread_rwlockattr_destroy.c b/src/thread/pthread_rwlockattr_destroy.c
new file mode 100644 (file)
index 0000000..fc8d611
--- /dev/null
@@ -0,0 +1,6 @@
+#include "pthread_impl.h"
+
+int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
+{
+       return 0;
+}