Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 6f55ee4317681a5639ff364d2f0a352bde064269 authored by Junio C Hamano on 15 March 2009, 20:03:19 UTC
GIT 1.6.2.1
Tip revision: 6f55ee4
thread-utils.h
#ifndef THREAD_COMPAT_H
#define THREAD_COMPAT_H

extern int online_cpus(void);

#endif /* THREAD_COMPAT_H */
back to top