]> git.ipfire.org Git - thirdparty/git.git/blob - thread-utils.h
Git 1.7.8-rc2
[thirdparty/git.git] / thread-utils.h
1 #ifndef THREAD_COMPAT_H
2 #define THREAD_COMPAT_H
3
4 #ifndef NO_PTHREADS
5 #include <pthread.h>
6
7 extern int online_cpus(void);
8 extern int init_recursive_mutex(pthread_mutex_t*);
9
10 #endif
11 #endif /* THREAD_COMPAT_H */