Staging
v0.8.1
Revision b91779f17eb19ffc2e63e84728e785cf274b47df authored by Junio C Hamano on 15 December 2010, 19:45:36 UTC, committed by Junio C Hamano on 15 December 2010, 19:45:36 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s 2850c1a + 9db41eb
Raw File
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

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

#endif /* THREAD_COMPAT_H */
back to top