]> git.proxmox.com Git - wasi-libc.git/blame - libc-top-half/musl/src/thread/pthread_getconcurrency.c
bump version to 0.0~git20230821.ec4566b-1~bpo12+pve1
[wasi-libc.git] / libc-top-half / musl / src / thread / pthread_getconcurrency.c
CommitLineData
320054e8
DG
1#include <pthread.h>
2
3int pthread_getconcurrency()
4{
5 return 0;
6}