Drop items that are 1.7.1.1 fixes from the 1.7.1 release notes
[git/platforms.git] / thread-utils.h
blob1727a03333b80f2a01ca029162a4b511480a86e8
1 #ifndef THREAD_COMPAT_H
2 #define THREAD_COMPAT_H
4 extern int online_cpus(void);
5 extern int init_recursive_mutex(pthread_mutex_t*);
7 #endif /* THREAD_COMPAT_H */