i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012 and...
[git.git] / thread-utils.h
blob6fb98c333c22a67512516bbf047c2cac270a66ae
1 #ifndef THREAD_COMPAT_H
2 #define THREAD_COMPAT_H
4 #ifndef NO_PTHREADS
5 #include <pthread.h>
7 extern int online_cpus(void);
8 extern int init_recursive_mutex(pthread_mutex_t*);
10 #endif
11 #endif /* THREAD_COMPAT_H */