Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 902f235378cb2b2f6dd5dd664b9630c95321f0ae authored by Junio C Hamano on 23 December 2009, 19:58:52 UTC
Git 1.6.6
Tip revision: 902f235
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top