X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=thread-utils.h;h=1727a03333b80f2a01ca029162a4b511480a86e8;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=cce4b77bd6452e2ec589d8c0dc0e8156352dd67b;hpb=faf1dc7223be9ffddf775916913bb8e22762cdfb;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 */