implement pthread_[sg]etconcurrency.
[musl] / src / thread / pthread_getconcurrency.c
diff --git a/src/thread/pthread_getconcurrency.c b/src/thread/pthread_getconcurrency.c
new file mode 100644 (file)
index 0000000..269429a
--- /dev/null
@@ -0,0 +1,6 @@
+#include <pthread.h>
+
+int pthread_getconcurrency()
+{
+       return 0;
+}