Revision cfdfc5a3b2289dd54a25d7523c0cf4d3e6efd84b authored by Junio C Hamano on 06 January 2012, 20:35:12 UTC, committed by Junio C Hamano on 06 January 2012, 20:35:12 UTC
* maint-1.7.7:
  Documentation: rerere.enabled is the primary way to configure rerere
2 parent s 1327d83 + 8769e93
Raw File
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

#ifndef NO_PTHREADS
#include <pthread.h>

extern int online_cpus(void);
extern int init_recursive_mutex(pthread_mutex_t*);

#endif
#endif /* THREAD_COMPAT_H */
back to top