X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=thread-utils.h;h=1727a03333b80f2a01ca029162a4b511480a86e8;hb=9db41eba4259126dbe1c68e2207d342d11f14745;hp=cce4b77bd6452e2ec589d8c0dc0e8156352dd67b;hpb=0984e3a77246c536f938f53ecded99533fb31667;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 */