X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=thread-utils.h;h=1727a03333b80f2a01ca029162a4b511480a86e8;hb=b5a4de9d506030fce1b70a06dc49090a46877c3f;hp=cce4b77bd6452e2ec589d8c0dc0e8156352dd67b;hpb=32a27b56662b1c7aa13f98c95f170ba5290c7559;p=git.git diff --git a/thread-utils.h b/thread-utils.h index cce4b77bd..1727a0333 100644 --- a/thread-utils.h +++ b/thread-utils.h @@ -2,5 +2,6 @@ #define THREAD_COMPAT_H extern int online_cpus(void); +extern int init_recursive_mutex(pthread_mutex_t*); #endif /* THREAD_COMPAT_H */