Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 0b3dcfe721dc8734e2688f936afad055d8541d97 authored by Junio C Hamano on 22 March 2010, 00:01:22 UTC
Git 1.7.0.3
Tip revision: 0b3dcfe
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top