implement pthread_condattr_* interfaces
[musl] / src / thread / pthread_condattr_destroy.c
diff --git a/src/thread/pthread_condattr_destroy.c b/src/thread/pthread_condattr_destroy.c
new file mode 100644 (file)
index 0000000..c54ec41
--- /dev/null
@@ -0,0 +1,6 @@
+#include "pthread_impl.h"
+
+int pthread_condattr_destroy(pthread_condattr_t *a)
+{
+       return 0;
+}